mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 18:51:54 +00:00
Update CommandLineArgumentParser.java
This commit is contained in:
committed by
Jindra Petřík
parent
38ec145e86
commit
0673974a24
@@ -3670,7 +3670,7 @@ public class CommandLineArgumentParser {
|
||||
}
|
||||
|
||||
private static void replaceAS3(String asp, String as, ScriptPack pack) throws IOException, InterruptedException {
|
||||
System.out.println("Replaceing: " + asp);
|
||||
System.out.println("Replacing: " + asp);
|
||||
System.out.println("Warning: This feature is EXPERIMENTAL");
|
||||
As3ScriptReplacerInterface scriptReplacer = As3ScriptReplacerFactory.createByConfig();
|
||||
if (!scriptReplacer.isAvailable()) {
|
||||
|
||||
Reference in New Issue
Block a user