Change node to authme.player.seeownaccounts #423
This commit is contained in:
parent
bebea0dd36
commit
fd7bdcd3c2
@ -88,7 +88,7 @@ public enum PlayerPermission implements PermissionNode {
|
||||
/**
|
||||
* Permission to use to see own other accounts.
|
||||
*/
|
||||
SEE_OWN_ACCOUNTS("authme.player.showotheraccounts");
|
||||
SEE_OWN_ACCOUNTS("authme.player.seeownaccounts");
|
||||
|
||||
/**
|
||||
* The permission node.
|
||||
|
||||
@ -187,6 +187,6 @@ permissions:
|
||||
authme.player.seeotheraccounts:
|
||||
description: Permission for user to see other accounts.
|
||||
default: false
|
||||
authme.player.showownaccounts:
|
||||
authme.player.seeownaccounts:
|
||||
description: Permission for user to see own other accounts.
|
||||
default: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user