mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 01:20:56 +00:00
more removeaction tests
This commit is contained in:
@@ -81,7 +81,7 @@ public class ActionIf extends Action {
|
||||
}
|
||||
|
||||
public ActionIf(FlasmLexer lexer) throws IOException, ParseException {
|
||||
super(0x9D, -1);
|
||||
super(0x9D, 2);
|
||||
identifier = lexIdentifier(lexer);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user