mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-10 16:15:21 +00:00
Fixed #2407 Replace commandline command for AS1/2 scripts must use export names
This commit is contained in:
@@ -3042,7 +3042,7 @@ public class CommandLineArgumentParser {
|
||||
System.exit(1);
|
||||
}
|
||||
} else {
|
||||
Map<String, ASMSource> asms = swf.getASMs(false);
|
||||
Map<String, ASMSource> asms = swf.getASMs(true);
|
||||
boolean found = false;
|
||||
if (asms.containsKey(objectToReplace)) {
|
||||
found = true;
|
||||
|
||||
Reference in New Issue
Block a user