mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 17:09:10 +00:00
update (module): Change detection run
This commit is contained in:
@@ -376,13 +376,19 @@ void AnticheatMgr::StartHackDetection(Player* player, MovementInfo movementInfo,
|
||||
|
||||
SpeedHackDetection(player, movementInfo);
|
||||
FlyHackDetection(player, movementInfo);
|
||||
WalkOnWaterHackDetection(player, movementInfo);
|
||||
JumpHackDetection(player, movementInfo, opcode);
|
||||
TeleportPlaneHackDetection(player, movementInfo);
|
||||
ClimbHackDetection(player, movementInfo, opcode);
|
||||
TeleportHackDetection(player, movementInfo);
|
||||
IgnoreControlHackDetection(player, movementInfo);
|
||||
ZAxisHackDetection(player, movementInfo);
|
||||
if (player->GetLiquidData().Status == LIQUID_MAP_WATER_WALK)
|
||||
{
|
||||
WalkOnWaterHackDetection(player, movementInfo);
|
||||
}
|
||||
else
|
||||
{
|
||||
ZAxisHackDetection(player, movementInfo);
|
||||
}
|
||||
m_Players[key].SetLastMovementInfo(movementInfo);
|
||||
m_Players[key].SetLastOpcode(opcode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user