From 0c6f3bb4ca6ba604d68397523a6c940aeb2769f8 Mon Sep 17 00:00:00 2001 From: MDIC Date: Wed, 20 Apr 2022 14:45:46 -0400 Subject: [PATCH] Update: Fine tune --- src/AnticheatMgr.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index 1a9a3fd..3773413 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -588,18 +588,12 @@ bool AnticheatMgr::MustCheckTempReports(uint8 type) if (type == JUMP_HACK_REPORT) return false; - if (type == SPEED_HACK_REPORT) - return false; - if (type == TELEPORT_HACK_REPORT) return false; if (type == IGNORE_CONTROL_REPORT) return false; - if (type == ZAXIS_HACK_REPORT) - return false; - return true; }