mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
fix (detection): Better register hits for gravity hacks
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user