From 2461ffa1a0227e5344ee2149edc3b52e8d6b208d Mon Sep 17 00:00:00 2001 From: MDIC Date: Thu, 3 Mar 2022 11:34:51 -0500 Subject: [PATCH] Remove excess notes This module is over 12 years old, if we still have to be reminded of what was depreciated when tbc retail went to wotlk, then there is a serious problem. --- src/AnticheatMgr.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index 28a631e..e6ec0d2 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -171,9 +171,6 @@ void AnticheatMgr::TeleportPlaneHackDetection(Player* player, MovementInfo movem if (movementInfo.HasMovementFlag(MOVEMENTFLAG_FALLING)) return; - // DEAD_FALLING was deprecated - //if (player->getDeathState() == DEAD_FALLING) - // return; float x, y, z; player->GetPosition(x, y, z); float ground_Z = player->GetMap()->GetHeight(x, y, z);