mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-03-07 13:48:00 +08:00
Fixed arguments handling when flags are involved.
This commit is contained in:
parent
a3fd9a18f7
commit
d202bc4739
@ -47,7 +47,7 @@ public CommandContext(String[] args) {
|
||||
System.arraycopy(args, i, newArgs, 1, args.length - i);
|
||||
newArgs[0] = args[0];
|
||||
|
||||
this.args = args;
|
||||
this.args = newArgs;
|
||||
}
|
||||
|
||||
public String getCommand() {
|
||||
|
Loading…
Reference in New Issue
Block a user