Fix for party filtered party messages going to everyone.
This commit is contained in:
parent
e958a922fe
commit
42e9fe879c
@ -227,7 +227,7 @@ public class Chat extends MiniClientPlugin<ChatClient>
|
||||
}
|
||||
}
|
||||
|
||||
for (Player onlinePlayer : Bukkit.getOnlinePlayers())
|
||||
for (Player onlinePlayer : event.getRecipients())
|
||||
{
|
||||
if (Get(onlinePlayer).GetFilterChat())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user