command fix

This commit is contained in:
aPunch 2012-02-11 01:11:45 -06:00
parent 07b14dcd3a
commit f01212036d

View File

@ -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());