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)