From 900263d4634a58f1514656633c2b0785d47e4a6a Mon Sep 17 00:00:00 2001 From: BenCat07 Date: Sat, 3 Mar 2018 12:05:26 +0100 Subject: [PATCH] Update others.cpp --- src/hooks/others.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/others.cpp b/src/hooks/others.cpp index 6807b27d..78605285 100644 --- a/src/hooks/others.cpp +++ b/src/hooks/others.cpp @@ -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", "Log dispatched user messages"); std::string clear = ""; +static bool firstcall = true; bool DispatchUserMessage_hook(void *_this, int type, bf_read &buf) { int loop_index, s, i, j;