mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 18:34:42 +00:00
experimental feature warning
This commit is contained in:
@@ -1352,6 +1352,8 @@ public class CommandLineArgumentParser {
|
||||
if (asms.containsKey(objectToReplace)) {
|
||||
found = true;
|
||||
// replace AS1/2
|
||||
System.out.println("Replace AS1/2");
|
||||
System.out.println("Warning: This feature is EXPERIMENTAL");
|
||||
String repFile = args.remove();
|
||||
String as = Helper.readTextFile(repFile);
|
||||
ASMSource src = asms.get(objectToReplace);
|
||||
@@ -1372,6 +1374,8 @@ public class CommandLineArgumentParser {
|
||||
if (entry.getKey().toString().equals(objectToReplace)) {
|
||||
found = true;
|
||||
// replace AS3
|
||||
System.out.println("Replace AS3");
|
||||
System.out.println("Warning: This feature is EXPERIMENTAL");
|
||||
String repFile = args.remove();
|
||||
String as = Helper.readTextFile(repFile);
|
||||
ScriptPack pack = entry.getValue();
|
||||
|
||||
Reference in New Issue
Block a user