mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
Update: Fine tune
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user