Fix Compile Alert Messages

This commit is contained in:
Konloch 2021-07-05 17:26:11 -07:00
parent 11c3aae683
commit 0998c54e54
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ public class BytecodeViewer
return true;
try {
return compile(true, false);
return compile(false, false);
} catch (NullPointerException ignored) {
return false;
}