mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 19:30:46 +00:00
AS1/2 better deobfuscation
This commit is contained in:
@@ -56,7 +56,7 @@ public class ActionGotoFrame extends Action {
|
||||
}
|
||||
|
||||
public ActionGotoFrame(FlasmLexer lexer) throws IOException, ParseException {
|
||||
super(0x81, 0);
|
||||
super(0x81, -1);
|
||||
frame = (int) lexLong(lexer);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user