Skip to content

Commit a86ec6c

Browse files
committed
Make Krakatau and Enjarify work offline
1 parent 73e833b commit a86ec6c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/the/bytecode/club/bytecodeviewer/BytecodeViewer.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,9 @@ public void run() {
426426
}
427427
}
428428

429+
Boot.checkEnjarify();
430+
Boot.checkKrakatau();
431+
429432
Boot.globalstop = false;
430433
Boot.hide();
431434

0 commit comments

Comments
 (0)