Add adminchat channel

This commit is contained in:
2020-11-14 20:13:59 -06:00
parent 2c19ce5c65
commit a537183545
7 changed files with 103 additions and 11 deletions

View File

@ -158,6 +158,7 @@ public class ChatManager extends FreedomService
{
Displayable display = plugin.rm.getDisplay(sender);
FLog.info("[STAFF] " + sender.getName() + " " + display.getTag() + ": " + message, true);
plugin.dc.messageAdminChatChannel(sender.getName() + " \u00BB " + message);
for (Player player : server.getOnlinePlayers())
{