Fix permissions

This commit is contained in:
Trent Hensler
2018-01-04 23:01:52 -08:00
parent 4110fb2ef4
commit 39f1bd7404
6 changed files with 6 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ public class CmdPermanentPower extends FCommand {
this.aliases.add("permanentpower");
this.requiredArgs.add("faction");
this.optionalArgs.put("power", "reset");
this.requiredArgs.add("power");
this.permission = Permission.SET_PERMANENTPOWER.node;
this.disableOnLock = true;