mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-19 03:35:45 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user