Archived
0

Fixed actionbar messages' color being restricted by player's perm #2

Merged
Minenash merged 1 commits from action_bar into master 2019-01-08 14:55:12 +00:00
Showing only changes of commit 4662a55f11 - Show all commits

View File

@ -104,7 +104,7 @@ public class ChatAPI
{
if (sender instanceof Player)
{
((Player) sender).spigot().sendMessage(ChatMessageType.ACTION_BAR, new TextComponent(colorify(sender, message)));
((Player) sender).spigot().sendMessage(ChatMessageType.ACTION_BAR, new TextComponent(colorify(null, message)));
}
}