Why are the bools inverted? Both of them? kill me

This commit is contained in:
Downforce Agent 2024-05-07 13:22:24 -05:00
parent b31275012a
commit 7a0f224505

View File

@ -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();