Update: Fine tune

This commit is contained in:
MDIC
2022-04-20 14:45:46 -04:00
parent 9d0123ba5a
commit 0c6f3bb4ca

View File

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