diff --git a/src/the/bytecode/club/bytecodeviewer/BytecodeViewer.java b/src/the/bytecode/club/bytecodeviewer/BytecodeViewer.java index 0bbd464e..9f8200d7 100644 --- a/src/the/bytecode/club/bytecodeviewer/BytecodeViewer.java +++ b/src/the/bytecode/club/bytecodeviewer/BytecodeViewer.java @@ -426,6 +426,9 @@ public class BytecodeViewer { } } + Boot.checkEnjarify(); + Boot.checkKrakatau(); + Boot.globalstop = false; Boot.hide();