nametag: Clear stomp on empty chat message.

This commit is contained in:
Little Cat 2023-01-11 21:01:40 -04:00
parent f090d9d5b2
commit 2c22a517ce
No known key found for this signature in database
GPG Key ID: FBAEF89E48C4CD61
1 changed files with 1 additions and 0 deletions

View File

@ -312,6 +312,7 @@ set_chat(const std::string &chat, int chat_flags, int page_number) {
// Chat flags 0, or empty chat message: no chat message.
_chat_pages.clear();
_chat_flags = 0;
_chat_stomp_accum = 0;
}
else {