Handler created for AbstractChatMsg
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user