mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 02:10:48 +00:00
AS2:Added statusbar to GUI
This commit is contained in:
@@ -786,7 +786,7 @@ public class Action {
|
||||
isFor = false;
|
||||
isForIn = false;
|
||||
continue;
|
||||
} else if(action instanceof ActionEnumerate2){
|
||||
} else if((action instanceof ActionEnumerate2)||(action instanceof ActionEnumerate)){
|
||||
loopStart=ip+1;
|
||||
isForIn=true;
|
||||
inItem=stack.pop();
|
||||
|
||||
Reference in New Issue
Block a user