axes flipped in this zone?

This commit is contained in:
acore-crap
2024-11-07 03:13:17 -07:00
parent b496559faf
commit 158b419f10

View File

@@ -232,7 +232,7 @@ public:
{
if (player->IsAlive() && !player->IsGameMaster())
{
if (player->GetPositionX() <= 2769.0f)
if (player->GetPositionY() <= -3735.0f)
{
player->KillSelf();
}