Updated soft mute eavesdrop format and color.

This commit is contained in:
ryanhamshire 2014-11-03 16:05:38 -08:00
parent 6591933ad8
commit f7945c0e41

View File

@ -115,7 +115,7 @@ class PlayerEventHandler implements Listener
} }
else if(recipient.hasPermission("griefprevention.eavesdrop")) else if(recipient.hasPermission("griefprevention.eavesdrop"))
{ {
recipient.sendMessage("(Muted)" + player.getName() + ": " + message); recipient.sendMessage(ChatColor.GRAY + "(Muted " + player.getName() + "): " + message);
} }
} }
recipients.clear(); recipients.clear();