mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 12:54:52 +00:00
Fixed #1686 AS1/2 decompilation and editation of nested tellTarget
This commit is contained in:
@@ -2930,7 +2930,7 @@ public class Graph {
|
||||
}
|
||||
}
|
||||
|
||||
protected void makeAllCommands(List<GraphTargetItem> commands, TranslateStack stack) {
|
||||
public static void makeAllCommands(List<GraphTargetItem> commands, TranslateStack stack) {
|
||||
int clen = commands.size();
|
||||
boolean isExit = false;
|
||||
if (clen > 0) {
|
||||
|
||||
Reference in New Issue
Block a user