mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
Fixed a CS:S bug with timelimits.
This commit is contained in:
parent
e875280f32
commit
b67edfcea0
@ -377,7 +377,7 @@ public Action Timer_PrintToChat(Handle Timer)
|
||||
}
|
||||
}
|
||||
|
||||
if(timeleft < -3)
|
||||
if(timeleft == -4)
|
||||
{
|
||||
CS_TerminateRound(0.0, CSRoundEnd_Draw, true);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user