Update others.cpp
This commit is contained in:
parent
d505af9213
commit
900263d463
@ -659,6 +659,7 @@ static CatVar clean_chat(CV_SWITCH, "clean_chat", "0", "Clean chat",
|
|||||||
static CatVar dispatch_log(CV_SWITCH, "debug_log_usermessages", "0",
|
static CatVar dispatch_log(CV_SWITCH, "debug_log_usermessages", "0",
|
||||||
"Log dispatched user messages");
|
"Log dispatched user messages");
|
||||||
std::string clear = "";
|
std::string clear = "";
|
||||||
|
static bool firstcall = true;
|
||||||
bool DispatchUserMessage_hook(void *_this, int type, bf_read &buf)
|
bool DispatchUserMessage_hook(void *_this, int type, bf_read &buf)
|
||||||
{
|
{
|
||||||
int loop_index, s, i, j;
|
int loop_index, s, i, j;
|
||||||
|
Reference in New Issue
Block a user