small fix

This commit is contained in:
Dogan 2018-12-25 18:01:15 +01:00
parent 6e36e86b44
commit 5e122008e1

View File

@ -83,7 +83,6 @@ public Action OnWarmupTimer(Handle timer)
if(ClientsInGame < ClientsNeeded)
{
g_iWarmup = 0;
g_iMaxWarmup++;
PrintCenterTextAll("Warmup: Waiting for %d more players to join or %d seconds.", ClientsNeeded - ClientsInGame, g_CVar_sm_warmupmaxtime.IntValue - g_iMaxWarmup);
return Plugin_Continue;