mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 14:01:11 +00:00
Issue #196 AS3 switch / deobfuscation fix
This commit is contained in:
@@ -1743,8 +1743,8 @@ public class Graph {
|
||||
vis.add(p);
|
||||
}
|
||||
first = false;
|
||||
}
|
||||
SwitchItem sw = new SwitchItem(null, null, switchedItem, caseValues, caseCommands, defaultCommands, valueMappings);
|
||||
}
|
||||
SwitchItem sw = new SwitchItem(null, swLoop, switchedItem, caseValues, caseCommands, defaultCommands, valueMappings);
|
||||
currentRet.add(sw);
|
||||
swLoop.phase = 2;
|
||||
if (next != null) {
|
||||
|
||||
Reference in New Issue
Block a user