Lowercase'd player permission node

This commit is contained in:
Tim Visée 2015-12-01 16:19:39 +01:00
parent fdc747d007
commit 369a7ccd65

View File

@ -35,7 +35,7 @@ public enum PlayerPermission implements PermissionNode {
ALLOW_MULTIPLE_ACCOUNTS("authme.command.player.allow2accounts"), ALLOW_MULTIPLE_ACCOUNTS("authme.command.player.allow2accounts"),
SEE_OTHER_ACCOUNTS("authme.command.player.seeOtherAccounts"); SEE_OTHER_ACCOUNTS("authme.command.player.seeotheraccounts");
private String node; private String node;