From a86ec6ca860ffada5aed495359ba7fb2158bcf86 Mon Sep 17 00:00:00 2001 From: ItzSomebody <23221108+ItzSomebody@users.noreply.github.com> Date: Wed, 31 Jan 2018 07:42:49 -0800 Subject: [PATCH] Make Krakatau and Enjarify work offline --- src/the/bytecode/club/bytecodeviewer/BytecodeViewer.java | 3 +++ 1 file changed, 3 insertions(+) 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();