mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
axes flipped in this zone?
This commit is contained in:
@@ -232,7 +232,7 @@ public:
|
|||||||
{
|
{
|
||||||
if (player->IsAlive() && !player->IsGameMaster())
|
if (player->IsAlive() && !player->IsGameMaster())
|
||||||
{
|
{
|
||||||
if (player->GetPositionX() <= 2769.0f)
|
if (player->GetPositionY() <= -3735.0f)
|
||||||
{
|
{
|
||||||
player->KillSelf();
|
player->KillSelf();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user