mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 17:35:39 +00:00
Fixed AS3 direct editation and decompiler share same AbcIndex
This commit is contained in:
@@ -988,7 +988,7 @@ public class CommandLineArgumentParser {
|
||||
} else if (command.equals("importscript")) {
|
||||
parseImportScript(args, charset, air);
|
||||
} else if (command.equals("as3compiler")) {
|
||||
ActionScript3Parser.compile(null /*?*/, args.pop(), args.pop(), 0, 0, air);
|
||||
ActionScript3Parser.compile(null /*?*/, args.pop(), args.pop(), 0, 0);
|
||||
} else if (nextParam.equals("--debugtool")) {
|
||||
parseDebugTool(args, charset);
|
||||
} else if (nextParam.equals("--compareresources")) {
|
||||
|
||||
Reference in New Issue
Block a user