Why are the bools inverted? Both of them? kill me
This commit is contained in:
parent
b31275012a
commit
7a0f224505
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user