Update others.cpp
This commit is contained in:
parent
93eb46c82b
commit
a8770656b3
@ -862,7 +862,7 @@ bool DispatchUserMessage_hook(void *_this, int type, bf_read &buf)
|
||||
if (crypt_chat)
|
||||
{
|
||||
if (firstcall)
|
||||
chat_stack::Say("!!meow"), false);
|
||||
chat_stack::Say("!!meow", false);
|
||||
firstcall = false;
|
||||
if (message.find("!!") == 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user