Remove the bank permission, as for now it's not used

This commit is contained in:
Acrobot 2013-10-04 18:29:16 +02:00
parent c8bf43356c
commit 08f67ef7a0

View File

@ -21,7 +21,6 @@ public enum Permission {
MOD("ChestShop.mod"),
OTHER_NAME("ChestShop.name."),
GROUP("ChestShop.group."),
BANK("ChestShop.bank"),
NOFEE("ChestShop.nofee"),
DISCOUNT("ChestShop.discount.");