fix (detection): Better register hits for gravity hacks

This commit is contained in:
MDIC
2022-05-19 10:23:49 -04:00
parent 3fa5ae986b
commit 9ec75c4a66

View File

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