Fix /ignore not working
This commit is contained in:
parent
7452712107
commit
44d4fb9d60
@ -54,7 +54,7 @@ public class ChatModule extends MiniPlugin
|
||||
// We will handle the broadcast
|
||||
event.setCancelled(true);
|
||||
|
||||
for (Player other : Bukkit.getOnlinePlayers())
|
||||
for (Player other : event.getRecipients())
|
||||
{
|
||||
other.sendMessage(message);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user