Make Krakatau and Enjarify work offline

This commit is contained in:
ItzSomebody 2018-01-31 07:42:49 -08:00
parent 73e833b8fe
commit a86ec6ca86
1 changed files with 3 additions and 0 deletions

View File

@ -426,6 +426,9 @@ public class BytecodeViewer {
}
}
Boot.checkEnjarify();
Boot.checkKrakatau();
Boot.globalstop = false;
Boot.hide();