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