more work

This commit is contained in:
Aaron Kimbre
2023-11-16 13:26:35 -06:00
parent 449202e39f
commit 124e10e923
4 changed files with 36 additions and 33 deletions

View File

@@ -4905,7 +4905,7 @@ void GameMessages::HandleParseChatMessage(RakNet::BitStream* inStream, Entity* e
inStream->Read(character);
wsString.push_back(character);
}
LOG("state: %i, str: %s", iClientState, GeneralUtils::UTF16ToWTF8(wsString).c_str());
if (wsString[0] == L'/') {
SlashCommandHandler::HandleChatCommand(wsString, entity, sysAddr);
}