mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 10:11:08 +00:00
AS1/2 better deobfuscation
This commit is contained in:
@@ -45,7 +45,7 @@ public class ActionGetURL extends Action {
|
||||
}
|
||||
|
||||
public ActionGetURL(FlasmLexer lexer) throws IOException, ParseException {
|
||||
super(0x83, 0);
|
||||
super(0x83, -1);
|
||||
urlString = lexString(lexer);
|
||||
targetString = lexString(lexer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user