little forgot

This commit is contained in:
Xephi 2016-01-09 17:16:14 +01:00
parent fd7bdcd3c2
commit 2f1338b08b
2 changed files with 1 additions and 3 deletions

View File

@ -223,8 +223,6 @@ public class AsynchronousLogin {
return; return;
} }
List<String> auths = this.database.getAllAuthsByName(auth); List<String> auths = this.database.getAllAuthsByName(auth);
// List<String> uuidlist =
// plugin.otherAccounts.getAllPlayersByUUID(player.getUniqueId());
if (auths.isEmpty()) { if (auths.isEmpty()) {
return; return;
} }

View File

@ -141,7 +141,7 @@ permissions:
authme.player.seeotheraccounts: true authme.player.seeotheraccounts: true
authme.player.unregister: true authme.player.unregister: true
authme.player.vip: true authme.player.vip: true
authme.player.showownaccounts: true authme.player.seeownaccounts: true
authme.player.bypassantibot: authme.player.bypassantibot:
description: Permission node to bypass AntiBot protection. description: Permission node to bypass AntiBot protection.
default: false default: false