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.
This commit is contained in:
MDIC
2022-03-03 11:34:51 -05:00
parent bfd37bc424
commit 2461ffa1a0

View File

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