fix (module): Fix Ignore Control False positives

This commit is contained in:
MDIC
2022-05-10 14:17:07 -04:00
parent a2729ba8f6
commit de22e25cb2
2 changed files with 50 additions and 36 deletions

View File

@@ -80,7 +80,7 @@ class AnticheatMgr
void ClimbHackDetection(Player* player,MovementInfo movementInfo, uint32 opcode);
void AntiSwimHackDetection(Player* player, MovementInfo movementInfo, uint32 opcode);
void TeleportHackDetection(Player* player, MovementInfo movementInfo);
void IgnoreControlHackDetection(Player* player, MovementInfo movementInfo);
void IgnoreControlHackDetection(Player* player, MovementInfo movementInfo, uint32 opcode);
void ZAxisHackDetection(Player* player, MovementInfo movementInfo);
void GravityHackDetection(Player* player, MovementInfo movementInfo);
void BuildReport(Player* player,uint16 reportType);