This commit is contained in:
Xephi 2015-05-04 20:49:30 +02:00
parent c12643a138
commit 1f1df4baea

View File

@ -951,7 +951,7 @@ public class AuthMePlayerListener implements Listener {
if (plugin.getCitizensCommunicator().isNPC(player, plugin))
return;
if (PlayerCache.getInstance().isAuthenticated(player.getName().toLowerCase())) {
if (PlayerCache.getInstance().isAuthenticated(name)) {
return;
}