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