[12656m] Updated some enums and structures. Thanks R2/TC

This commit is contained in:
Antz 2020-02-17 21:30:38 +00:00
parent c8194124df
commit 93a3a9214b
No known key found for this signature in database
GPG key ID: 0DF907270598C85F
10 changed files with 120 additions and 27 deletions

View file

@ -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;
}