mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-09 12:10:56 +01:00
Fix Chat Hider #719
This commit is contained in:
parent
11350ec43a
commit
22f54c1f3e
@ -149,7 +149,7 @@ public class AuthMePlayerListener implements Listener {
|
|||||||
Iterator<Player> iter = recipients.iterator();
|
Iterator<Player> iter = recipients.iterator();
|
||||||
while (iter.hasNext()) {
|
while (iter.hasNext()) {
|
||||||
Player p = iter.next();
|
Player p = iter.next();
|
||||||
if (PlayerCache.getInstance().isAuthenticated(p.getName())) {
|
if (shouldCancelEvent(p)) {
|
||||||
iter.remove();
|
iter.remove();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user