mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
fix (detection): Load Order for detections
there is a issue where teleport hack somehow gets invalidated due to counter measures of adv jump. this corrects it
This commit is contained in:
@@ -105,12 +105,12 @@ void AnticheatMgr::StartHackDetection(Player* player, MovementInfo movementInfo,
|
||||
// The project compromised of various developers of the open source scene and we hang out there.
|
||||
// We would never charge for modules or "lessons"
|
||||
|
||||
TeleportHackDetection(player, movementInfo);
|
||||
SpeedHackDetection(player, movementInfo);
|
||||
FlyHackDetection(player, movementInfo);
|
||||
JumpHackDetection(player, movementInfo, opcode);
|
||||
TeleportPlaneHackDetection(player, movementInfo, opcode);
|
||||
ClimbHackDetection(player, movementInfo, opcode);
|
||||
TeleportHackDetection(player, movementInfo);
|
||||
IgnoreControlHackDetection(player, movementInfo, opcode);
|
||||
GravityHackDetection(player, movementInfo);
|
||||
if (player->GetLiquidData().Status == LIQUID_MAP_WATER_WALK)
|
||||
|
||||
Reference in New Issue
Block a user