[chat-color] Add support for Public Chat from Mods

They use a different ChatMessageType (1)
This commit is contained in:
Hydrox6
2018-06-09 04:00:14 +01:00
parent 9634eb8e06
commit 4d1955dfa7
2 changed files with 15 additions and 0 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.
*/