mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-09 19:38:25 +00:00
Make stage restart command take player to beginning in end zone
This commit is contained in:
parent
101ab536ab
commit
4465e53d3b
@ -2491,7 +2491,7 @@ public Action Command_StageRestart(int client, int args)
|
|||||||
return Plugin_Handled;
|
return Plugin_Handled;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (last <= 0)
|
if (last <= 0 || InsideZone(client, Zone_End, track))
|
||||||
{
|
{
|
||||||
Shavit_RestartTimer(client, track);
|
Shavit_RestartTimer(client, track);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user