Update others.cpp

This commit is contained in:
BenCat07 2018-03-03 12:39:27 +01:00 committed by GitHub
parent 93eb46c82b
commit a8770656b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -862,7 +862,7 @@ bool DispatchUserMessage_hook(void *_this, int type, bf_read &buf)
if (crypt_chat) if (crypt_chat)
{ {
if (firstcall) if (firstcall)
chat_stack::Say("!!meow"), false); chat_stack::Say("!!meow", false);
firstcall = false; firstcall = false;
if (message.find("!!") == 0) if (message.find("!!") == 0)
{ {