Skip to content

Commit

Permalink
patch for new core
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 23, 2022
1 parent d896bca commit 7dac08d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -65,7 +65,7 @@ public void process(ByteBuf data) {
}
if (!shouldDebug) {
for (ScriptEntry entry : entries) {
entry.shouldDebugBool = false;
entry.internal.shouldDebugBool = false;
}
}
ScriptQueue queue = new InstantQueue("BUNGEE_");
Expand Down

0 comments on commit 7dac08d

Please sign in to comment.