Fix Chat Hider #719

This commit is contained in:
Gabriele C
2016-05-23 21:05:18 +02:00
parent 11350ec43a
commit 22f54c1f3e
@@ -149,7 +149,7 @@ public class AuthMePlayerListener implements Listener {
Iterator<Player> iter = recipients.iterator();
while (iter.hasNext()) {
Player p = iter.next();
if (PlayerCache.getInstance().isAuthenticated(p.getName())) {
if (shouldCancelEvent(p)) {
iter.remove();
}
}