From b7d6ddd7019b2f6a5526e851d003c22b7877245f Mon Sep 17 00:00:00 2001 From: Downforce Agent Date: Sat, 29 Jun 2024 17:10:26 -0500 Subject: [PATCH] fix initial setup soft lock --- src/Gonzo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gonzo.java b/src/Gonzo.java index ca3ef54..445f634 100644 --- a/src/Gonzo.java +++ b/src/Gonzo.java @@ -86,7 +86,7 @@ public class Gonzo { final Thread managerThread = new Thread() { @Override public void run() { - if (Main.repatch) { + if (/*Main.repatch*/true) { //todo implement fast mode correctly or remove CompatibilityRoutine(); } else { FastRoutine();