fix initial setup soft lock
This commit is contained in:
parent
29dec51c2e
commit
b7d6ddd701
|
@ -86,7 +86,7 @@ public class Gonzo {
|
|||
final Thread managerThread = new Thread() {
|
||||
@Override
|
||||
public void run() {
|
||||
if (Main.repatch) {
|
||||
if (/*Main.repatch*/true) { //todo implement fast mode correctly or remove
|
||||
CompatibilityRoutine();
|
||||
} else {
|
||||
FastRoutine();
|
||||
|
|
Loading…
Reference in New Issue
Block a user