mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-31 17:33:50 +00:00
fix (module): Fix Ignore Control False positives
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user