mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-08 11:40:58 +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();
|
||||
while (iter.hasNext()) {
|
||||
Player p = iter.next();
|
||||
if (PlayerCache.getInstance().isAuthenticated(p.getName())) {
|
||||
if (shouldCancelEvent(p)) {
|
||||
iter.remove();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user