Fix /ignore not working

This commit is contained in:
Sam 2017-02-07 00:12:59 +00:00
parent 7452712107
commit 44d4fb9d60

View File

@ -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);
}