3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-16 13:01:24 +02:00

Fixed arguments handling when flags are involved.

Dieser Commit ist enthalten in:
sk89q 2011-01-29 12:00:36 -08:00
Ursprung a3fd9a18f7
Commit d202bc4739

Datei anzeigen

@ -47,7 +47,7 @@ public class CommandContext {
System.arraycopy(args, i, newArgs, 1, args.length - i);
newArgs[0] = args[0];
this.args = args;
this.args = newArgs;
}
public String getCommand() {