A bit of command help menu cleanup

This commit is contained in:
Brettflan
2011-10-15 12:46:44 -05:00
parent 3981ca4dde
commit 61bd37c99b
10 changed files with 10 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ public class CmdLock extends FCommand {
this.aliases.add("lock");
//this.requiredArgs.add("");
this.optionalArgs.put("on/off", "flipp");
this.optionalArgs.put("on/off", "flip");
this.permission = Permission.LOCK.node;
this.disableOnLock = false;