Merge pull request #3706 from Hydrox6/chat-color-pmod

[chat-color] Add support for Public Chat from Mods
This commit is contained in:
Adam
2018-06-09 21:38:17 -04:00
committed by GitHub
2 changed files with 23 additions and 32 deletions

View File

@@ -40,6 +40,10 @@ public enum ChatMessageType
* A message received from the server.
*/
SERVER(0),
/**
* A message in the public chat from a moderator
*/
PUBLIC_MOD(1),
/**
* A message in the public chat.
*/