From e59524bff65407f85e30155773096c6c6fe206fc Mon Sep 17 00:00:00 2001 From: MDIC Date: Tue, 3 May 2022 09:45:31 -0400 Subject: [PATCH] chore (module): Remove unused variable --- src/AnticheatMgr.cpp | 2 -- 1 file changed, 2 deletions(-) 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() ||