mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-02 02:54:28 +00:00
Remove multiple obfuscated GetTimes actions
This commit is contained in:
@@ -127,7 +127,6 @@ public class ActionDeobfuscatorSimpleFast implements SWFDecompilerListener {
|
||||
iterator.add(jumpItem); // replace If with Jump
|
||||
changed = true;
|
||||
getTimeCount--;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -150,7 +149,6 @@ public class ActionDeobfuscatorSimpleFast implements SWFDecompilerListener {
|
||||
iterator.remove(); // If
|
||||
iterator.add(jumpItem); // replace If with Jump
|
||||
changed = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user