From f064d5f84386180acebc05fe79de6b777b76dc71 Mon Sep 17 00:00:00 2001 From: BenCat07 Date: Sun, 25 Feb 2018 13:26:54 +0100 Subject: [PATCH] Update others.cpp --- src/hooks/others.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hooks/others.cpp b/src/hooks/others.cpp index ff60d702..b360f30d 100644 --- a/src/hooks/others.cpp +++ b/src/hooks/others.cpp @@ -697,7 +697,7 @@ bool DispatchUserMessage_hook(void *_this, int type, bf_read &buf) static bool retrun = false; if (retrun) PrintChat("\x07%06X%s\x01: \x07%06X%s\x01", 0xe05938, lastname, - 0xefec1f, lastfilter); + 0xefec1f, lastfilter); retrun = false; if (chat_filter_enabled && data[0] != LOCAL_E->m_IDX) { @@ -848,7 +848,7 @@ bool DispatchUserMessage_hook(void *_this, int type, bf_read &buf) clear += "\n"; } chat_stack::Say(". " + clear, true); - retrun = true; + retrun = true; lastfilter = filter.c_str(); lastname = name.c_str(); }