Fixed #2407 Replace commandline command for AS1/2 scripts must use export names

This commit is contained in:
Jindra Petřík
2025-02-08 20:17:09 +01:00
parent ffe8984920
commit 8f5d77dc2d

View File

@@ -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;