command fix

This commit is contained in:
aPunch 2012-02-11 01:11:45 -06:00
parent 284208ca49
commit 057e28d600
1 changed files with 0 additions and 2 deletions

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