diff --git a/src/main/java/fr/xephi/authme/process/login/AsynchronousLogin.java b/src/main/java/fr/xephi/authme/process/login/AsynchronousLogin.java index 564fd89a..7109840f 100644 --- a/src/main/java/fr/xephi/authme/process/login/AsynchronousLogin.java +++ b/src/main/java/fr/xephi/authme/process/login/AsynchronousLogin.java @@ -223,8 +223,6 @@ public class AsynchronousLogin { return; } List auths = this.database.getAllAuthsByName(auth); - // List uuidlist = - // plugin.otherAccounts.getAllPlayersByUUID(player.getUniqueId()); if (auths.isEmpty()) { return; } diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index e0819fb7..e5c28b15 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -141,7 +141,7 @@ permissions: authme.player.seeotheraccounts: true authme.player.unregister: true authme.player.vip: true - authme.player.showownaccounts: true + authme.player.seeownaccounts: true authme.player.bypassantibot: description: Permission node to bypass AntiBot protection. default: false