mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-04 13:25:12 +00:00
fix
This commit is contained in:
@@ -700,7 +700,7 @@ public class CommandLineArgumentParser {
|
||||
parseXml2Swf(args);
|
||||
} else if (command.equals("extract")) {
|
||||
parseExtract(args);
|
||||
} else if (command.equals("memorySearch")) {
|
||||
} else if (command.equals("memorysearch")) {
|
||||
parseMemorySearch(args);
|
||||
} else if (command.equals("deobfuscate")) {
|
||||
parseDeobfuscate(args);
|
||||
|
||||
Reference in New Issue
Block a user