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; }