From 837334a31b0f6766924bf272044d3f8ee7cef956 Mon Sep 17 00:00:00 2001 From: Hax0r <3626859+Ashesh3@users.noreply.github.com> Date: Mon, 9 Apr 2018 13:33:47 +0530 Subject: [PATCH] fixed syntax error --- src/hooks/others.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/others.cpp b/src/hooks/others.cpp index b97bc067..055dff4b 100644 --- a/src/hooks/others.cpp +++ b/src/hooks/others.cpp @@ -910,7 +910,7 @@ bool DispatchUserMessage_hook(void *_this, int type, bf_read &buf) { if (ucccccp::validate(message)) { - if (ucccccp::decrypt(message) == "meow" && hacks::shared::antiaim::communicate && data[0] != LOCAL_E->m_IDX && playerlist::AccessData(ENTITY(data[0])).state != playerlist::k_EState::CAT;) { + if (ucccccp::decrypt(message) == "meow" && hacks::shared::antiaim::communicate && data[0] != LOCAL_E->m_IDX && playerlist::AccessData(ENTITY(data[0])).state != playerlist::k_EState::CAT) { playerlist::AccessData(ENTITY(data[0])).state = playerlist::k_EState::CAT; chat_stack::Say("!!meow"); }