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() {
|
final Thread managerThread = new Thread() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
if (Main.repatch) {
|
if (!Main.repatch) {
|
||||||
CompatibilityRoutine();
|
CompatibilityRoutine();
|
||||||
} else {
|
} else {
|
||||||
FastRoutine();
|
FastRoutine();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user