mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-29 06:05:17 +01:00
command fix
This commit is contained in:
parent
284208ca49
commit
057e28d600
@ -171,8 +171,6 @@ public class CommandManager {
|
|||||||
command.append("/");
|
command.append("/");
|
||||||
|
|
||||||
command.append(args[0] + " ");
|
command.append(args[0] + " ");
|
||||||
if (args.length > 1)
|
|
||||||
command.append(args[1] + " ");
|
|
||||||
|
|
||||||
// removed arbitrary positioning of flags.
|
// removed arbitrary positioning of flags.
|
||||||
command.append(cmd.usage());
|
command.append(cmd.usage());
|
||||||
|
Loading…
Reference in New Issue
Block a user