diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index 54b5e6f..db350e2 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -722,6 +722,9 @@ bool AnticheatMgr::MustCheckTempReports(uint8 type) if (type == IGNORE_CONTROL_REPORT) return false; + if (type == GRAVITY_HACK_REPORT) + return false; + return true; }