mirror of
https://github.com/mangosfour/server.git
synced 2026-01-02 01:37:05 +00:00
[12656m] Updated some enums and structures. Thanks R2/TC
This commit is contained in:
parent
c8194124df
commit
93a3a9214b
10 changed files with 120 additions and 27 deletions
|
|
@ -2197,7 +2197,9 @@ bool ChatHandler::isValidChatMessage(const char* message)
|
|||
|
||||
// check if every opened sequence was also closed properly
|
||||
if (validSequence != validSequenceIterator)
|
||||
{
|
||||
DEBUG_LOG("ChatHandler::isValidChatMessage EOF in active sequence");
|
||||
}
|
||||
|
||||
return validSequence == validSequenceIterator;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue