mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 10:24:38 +00:00
Update CommandLineArgumentParser.java
This commit is contained in:
committed by
Jindra Petřík
parent
0673974a24
commit
5944eddf16
@@ -2912,7 +2912,7 @@ public class CommandLineArgumentParser {
|
||||
}
|
||||
|
||||
private static void parseReplace(Stack<String> args) {
|
||||
if (args.size() == 3) {
|
||||
if (args.size() != 3) {
|
||||
badArguments("replace");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user