fix for /f config not accepting values with spaces in them (i.e. "/f config territoryEnemyDenyCommands f home")

This commit is contained in:
Brettflan 2012-01-18 22:24:12 -06:00
parent 19b9bffc43
commit 960aca6240

View File

@ -26,6 +26,7 @@ public class CmdConfig extends FCommand
this.requiredArgs.add("setting");
this.requiredArgs.add("value");
this.errorOnToManyArgs = false;
this.permission = Permission.CONFIG.node;
this.disableOnLock = true;