little forgot
This commit is contained in:
parent
fd7bdcd3c2
commit
2f1338b08b
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user