mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-20 23:57:34 +01:00
Lowercase'd player permission node
This commit is contained in:
parent
fdc747d007
commit
369a7ccd65
@ -35,7 +35,7 @@ public enum PlayerPermission implements PermissionNode {
|
||||
|
||||
ALLOW_MULTIPLE_ACCOUNTS("authme.command.player.allow2accounts"),
|
||||
|
||||
SEE_OTHER_ACCOUNTS("authme.command.player.seeOtherAccounts");
|
||||
SEE_OTHER_ACCOUNTS("authme.command.player.seeotheraccounts");
|
||||
|
||||
private String node;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user