Make stage restart command take player to beginning in end zone

This commit is contained in:
Awe 2024-07-30 12:43:06 -04:00
parent 101ab536ab
commit 4465e53d3b

View File

@ -2491,7 +2491,7 @@ public Action Command_StageRestart(int client, int args)
return Plugin_Handled;
}
if (last <= 0)
if (last <= 0 || InsideZone(client, Zone_End, track))
{
Shavit_RestartTimer(client, track);
}