[chat-color] Add support for Public Chat from Mods
They use a different ChatMessageType (1)
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user