probably broke something

This commit is contained in:
ZeroEpoch1969
2019-11-28 02:08:36 -07:00
parent 60c46b7c8e
commit 4ca89c6bf2
8 changed files with 103 additions and 33 deletions

View File

@ -130,6 +130,9 @@ public class ChatManager extends FreedomService
// Set format
event.setFormat(format);
// Send to discord
plugin.dc.messageChatChannel(player.getName() + " \u00BB " + ChatColor.stripColor(message));
}
public ChatColor getColor(Admin admin, Displayable display)