Removed claim from /f perms as the permission is ambiguous with the territory permission

This commit is contained in:
ProSavage
2018-07-26 18:19:56 -05:00
parent afc4dbf9b8
commit a2f44ffd74
2 changed files with 3 additions and 5 deletions

View File

@@ -39,8 +39,7 @@ public enum PermissableAction {
TNTFILL("tntfill"),
WITHDRAW("withdraw"),
CHEST("chest"),
SPAWNER("spawner"),
CLAIM("claim");
SPAWNER("spawner");
private String name;