From 8f5d77dc2dd284e11587b9f91e5dd0a1e9a59827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 8 Feb 2025 20:17:09 +0100 Subject: [PATCH] Fixed #2407 Replace commandline command for AS1/2 scripts must use export names --- .../decompiler/flash/console/CommandLineArgumentParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java index 498b8857c..20d20cbe3 100644 --- a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java +++ b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java @@ -3042,7 +3042,7 @@ public class CommandLineArgumentParser { System.exit(1); } } else { - Map asms = swf.getASMs(false); + Map asms = swf.getASMs(true); boolean found = false; if (asms.containsKey(objectToReplace)) { found = true;