Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-08 04:20:06 +01:00
Fixed arguments handling when flags are involved.
Dieser Commit ist enthalten in:
Ursprung
a3fd9a18f7
Commit
d202bc4739
@ -47,7 +47,7 @@ public class CommandContext {
|
|||||||
System.arraycopy(args, i, newArgs, 1, args.length - i);
|
System.arraycopy(args, i, newArgs, 1, args.length - i);
|
||||||
newArgs[0] = args[0];
|
newArgs[0] = args[0];
|
||||||
|
|
||||||
this.args = args;
|
this.args = newArgs;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getCommand() {
|
public String getCommand() {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren