diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index 8381cfe..008a0bc 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -431,8 +431,6 @@ void AnticheatMgr::ClimbHackDetection(Player* player, MovementInfo movementInfo) if (!sConfigMgr->GetOption("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() ||