From 3dba1a3b079f02567699af23da0216e192c6614a Mon Sep 17 00:00:00 2001 From: MDIC Date: Tue, 3 May 2022 12:57:44 -0400 Subject: [PATCH] fix (module): fix build --- src/cs_anticheat.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/cs_anticheat.cpp b/src/cs_anticheat.cpp index 4a16585..bbafb73 100644 --- a/src/cs_anticheat.cpp +++ b/src/cs_anticheat.cpp @@ -218,6 +218,10 @@ public: handler->PSendSysMessage("Ignore Control Reports: %u || Ignore Z-Axis Reports: %u", ignorecontrol_reports, zaxis_reports); return true; } + else + { + return false; + } } static bool HandleAntiCheatGlobalCommand(ChatHandler* handler)