From 3e34ef73f876f41b96a26d5ba217bdfbfad0c96c Mon Sep 17 00:00:00 2001 From: MDIC Date: Fri, 5 Aug 2022 21:13:37 -0400 Subject: [PATCH] update (module): Typo --- src/cs_anticheat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cs_anticheat.cpp b/src/cs_anticheat.cpp index ae763c6..f354009 100644 --- a/src/cs_anticheat.cpp +++ b/src/cs_anticheat.cpp @@ -230,7 +230,7 @@ public: handler->PSendSysMessage("Teleport Reports: %u || Climb Reports: %u", teleport_reports, climb_reports); handler->PSendSysMessage("Ignore Control Reports: %u || Ignore Z-Axis Reports: %u", ignorecontrol_reports, zaxis_reports); handler->PSendSysMessage("Ignore Anti-Swim Reports: %u || Gravity Reports: %u", antiswim_reports, gravity_reports); - handler->PSendSysMessage("Ignore Anti-Knock Back Reports: %u", antiknockback_reports); + handler->PSendSysMessage("Anti-Knock Back Reports: %u", antiknockback_reports); return true; } else