Handler created for AbstractChatMsg

This commit is contained in:
2024-03-29 08:02:56 -04:00
parent 9934e60fa4
commit 4fd1a1a146
@@ -79,9 +79,9 @@ public class AbstractChatMsgHandler extends AbstractClientMsgHandler {
ChatManager.chatIC(playerCharacter, (ChatICMsg) msg);
return true;
case LEADERCHANNELMESSAGE:
case GLOBALCHANNELMESSAGE:
ChatManager.chatGlobal(playerCharacter, msg.getMessage(), isFlood);
return true;
case GLOBALCHANNELMESSAGE:
case CHATPVP:
case CHATCITY:
case CHATINFO: