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

@@ -20,7 +20,7 @@ public class CmdPerm extends FCommand {
this.optionalArgs.put("action", "action");
this.optionalArgs.put("access", "access");
this.permission = Permission.SET_PEACEFUL.node;
this.permission = Permission.PERMISSIONS.node;
this.disableOnLock = false;
senderMustBePlayer = true;