fix initial setup soft lock

This commit is contained in:
Downforce Agent 2024-06-29 17:10:26 -05:00
parent 29dec51c2e
commit b7d6ddd701

View File

@ -86,7 +86,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*/true) { //todo implement fast mode correctly or remove
CompatibilityRoutine(); CompatibilityRoutine();
} else { } else {
FastRoutine(); FastRoutine();