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