From 7a0f22450533b74cd9d6bd2dc30eddb79a646e5e Mon Sep 17 00:00:00 2001 From: Downforce Agent Date: Tue, 7 May 2024 13:22:24 -0500 Subject: [PATCH] Why are the bools inverted? Both of them? kill me --- src/Gonzo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gonzo.java b/src/Gonzo.java index 0fa0ae2..7af1d6a 100644 --- a/src/Gonzo.java +++ b/src/Gonzo.java @@ -87,7 +87,7 @@ public class Gonzo { final Thread managerThread = new Thread() { @Override public void run() { - if (Main.repatch) { + if (!Main.repatch) { CompatibilityRoutine(); } else { FastRoutine();