fix (module) Reduce false positives Anti-Swim

This commit is contained in:
MDIC
2022-05-08 19:59:38 -04:00
parent a4d970e19f
commit ed0f522d60
2 changed files with 14 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ class AnticheatMgr
void JumpHackDetection(Player* player, MovementInfo movementInfo,uint32 opcode);
void TeleportPlaneHackDetection(Player* player, MovementInfo);
void ClimbHackDetection(Player* player,MovementInfo movementInfo, uint32 opcode);
void AntiSwimHackDetection(Player* player, MovementInfo movementInfo);
void AntiSwimHackDetection(Player* player, MovementInfo movementInfo, uint32 opcode);
void TeleportHackDetection(Player* player, MovementInfo movementInfo);
void IgnoreControlHackDetection(Player* player, MovementInfo movementInfo);
void ZAxisHackDetection(Player* player, MovementInfo movementInfo);