PermissableAction Fixed

This commit is contained in:
Driftay 2019-08-03 16:52:35 -04:00
parent 11a805747c
commit bee0bff504
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ public enum PermissableAction {
TNTFILL("tntfill"),
WITHDRAW("withdraw"),
CHEST("chest"),
CHECK("check"),
SPAWNER("spawner");
private String name;