mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-23 01:35:35 +00:00
typo fix
This commit is contained in:
@@ -1630,7 +1630,7 @@ public class CommandLineArgumentParser {
|
||||
}
|
||||
|
||||
try {
|
||||
pack.abc.replaceSciptPack(pack, as);
|
||||
pack.abc.replaceScriptPack(pack, as);
|
||||
} catch (AVM2ParseException ex) {
|
||||
System.err.println("%error% on line %line%".replace("%error%", ex.text).replace("%line%", Long.toString(ex.line)));
|
||||
System.exit(1);
|
||||
|
||||
Reference in New Issue
Block a user