mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-11-20 01:05:41 +01:00
fix for /f config not accepting values with spaces in them (i.e. "/f config territoryEnemyDenyCommands f home")
This commit is contained in:
parent
db382acc17
commit
2d83f6f764
@ -26,6 +26,7 @@ public class CmdConfig extends FCommand
|
|||||||
|
|
||||||
this.requiredArgs.add("setting");
|
this.requiredArgs.add("setting");
|
||||||
this.requiredArgs.add("value");
|
this.requiredArgs.add("value");
|
||||||
|
this.errorOnToManyArgs = false;
|
||||||
|
|
||||||
this.permission = Permission.CONFIG.node;
|
this.permission = Permission.CONFIG.node;
|
||||||
this.disableOnLock = true;
|
this.disableOnLock = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user