Change node to authme.player.seeownaccounts #423

This commit is contained in:
Xephi 2016-01-09 16:21:44 +01:00
parent bebea0dd36
commit fd7bdcd3c2
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ public enum PlayerPermission implements PermissionNode {
/** /**
* Permission to use to see own other accounts. * Permission to use to see own other accounts.
*/ */
SEE_OWN_ACCOUNTS("authme.player.showotheraccounts"); SEE_OWN_ACCOUNTS("authme.player.seeownaccounts");
/** /**
* The permission node. * The permission node.

View File

@ -187,6 +187,6 @@ permissions:
authme.player.seeotheraccounts: authme.player.seeotheraccounts:
description: Permission for user to see other accounts. description: Permission for user to see other accounts.
default: false default: false
authme.player.showownaccounts: authme.player.seeownaccounts:
description: Permission for user to see own other accounts. description: Permission for user to see own other accounts.
default: false default: false