Fix for party filtered party messages going to everyone.

This commit is contained in:
Jonathan Williams 2014-04-29 13:45:38 -07:00
parent e958a922fe
commit 42e9fe879c

View File

@ -227,7 +227,7 @@ public class Chat extends MiniClientPlugin<ChatClient>
}
}
for (Player onlinePlayer : Bukkit.getOnlinePlayers())
for (Player onlinePlayer : event.getRecipients())
{
if (Get(onlinePlayer).GetFilterChat())
{