mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-25 06:05:35 +00:00
Nullpointer fix
This commit is contained in:
@@ -2001,7 +2001,9 @@ public class Main {
|
||||
OpenFileResult openResult = openFile(sourceInfo, new OpenableOpened() {
|
||||
@Override
|
||||
public void opened(Openable openable) {
|
||||
executeAfterOpen.run();
|
||||
if (executeAfterOpen != null) {
|
||||
executeAfterOpen.run();
|
||||
}
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user