Fixed a CS:S bug with timelimits.

This commit is contained in:
shavit 2017-11-17 08:06:31 +02:00
parent e875280f32
commit b67edfcea0

View File

@ -377,7 +377,7 @@ public Action Timer_PrintToChat(Handle Timer)
} }
} }
if(timeleft < -3) if(timeleft == -4)
{ {
CS_TerminateRound(0.0, CSRoundEnd_Draw, true); CS_TerminateRound(0.0, CSRoundEnd_Draw, true);
} }