chore (module): Remove unused variable

This commit is contained in:
MDIC
2022-05-03 09:45:31 -04:00
parent 000734fab9
commit e59524bff6

View File

@@ -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() ||