diff --git a/src/main/java/fr/xephi/authme/permission/PlayerPermission.java b/src/main/java/fr/xephi/authme/permission/PlayerPermission.java index f889ce6de..9b8fdf60e 100644 --- a/src/main/java/fr/xephi/authme/permission/PlayerPermission.java +++ b/src/main/java/fr/xephi/authme/permission/PlayerPermission.java @@ -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. diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 32f601418..e0819fb76 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -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