mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-28 14:35:35 +00:00
gui enhancements
This commit is contained in:
@@ -1095,7 +1095,7 @@ public class Graph {
|
||||
} else {
|
||||
ex = new NotItem(null, ex);
|
||||
}
|
||||
if (!finalCommands.isEmpty()) {
|
||||
if ((finalCommands != null) && (!finalCommands.isEmpty())) {
|
||||
tr.addAll(finalCommands);
|
||||
}
|
||||
tr.add(ex);
|
||||
|
||||
Reference in New Issue
Block a user