mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
chore (module): Remove unused variable
This commit is contained in:
@@ -431,8 +431,6 @@ void AnticheatMgr::ClimbHackDetection(Player* player, MovementInfo movementInfo)
|
||||
if (!sConfigMgr->GetOption<bool>("Anticheat.DetectClimbHack", true))
|
||||
return;
|
||||
|
||||
ObjectGuid key = player->GetGUID();
|
||||
|
||||
// in this case we don't care if they are "legal" flags, they are handled in another parts of the Anticheat Manager.
|
||||
if (player->IsInWater() ||
|
||||
player->IsFlying() ||
|
||||
|
||||
Reference in New Issue
Block a user