mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
Fixed !r not triggering stop timer warning.
This commit is contained in:
parent
b88915ba18
commit
271b669d47
@ -469,6 +469,11 @@ public Action Command_StartTimer(int client, int args)
|
||||
|
||||
if(gCV_AllowTimerWithoutZone.BoolValue || (gB_Zones && (Shavit_ZoneExists(Zone_Start, track) || gB_KZMap)))
|
||||
{
|
||||
if(!Shavit_StopTimer(client, false))
|
||||
{
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
Call_StartForward(gH_Forwards_OnRestart);
|
||||
Call_PushCell(client);
|
||||
Call_PushCell(track);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user