mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 22:04:46 +00:00
commandline replace AS fix
This commit is contained in:
@@ -1369,7 +1369,7 @@ public class CommandLineArgumentParser {
|
||||
} else {
|
||||
List<MyEntry<ClassPath, ScriptPack>> packs = swf.getAS3Packs();
|
||||
for (MyEntry<ClassPath, ScriptPack> entry : packs) {
|
||||
if (entry.toString().equals(objectToReplace)) {
|
||||
if (entry.getKey().toString().equals(objectToReplace)) {
|
||||
found = true;
|
||||
// replace AS3
|
||||
String repFile = args.remove();
|
||||
|
||||
Reference in New Issue
Block a user