small fix
This commit is contained in:
parent
6e36e86b44
commit
5e122008e1
@ -83,7 +83,6 @@ public Action OnWarmupTimer(Handle timer)
|
|||||||
|
|
||||||
if(ClientsInGame < ClientsNeeded)
|
if(ClientsInGame < ClientsNeeded)
|
||||||
{
|
{
|
||||||
g_iWarmup = 0;
|
|
||||||
g_iMaxWarmup++;
|
g_iMaxWarmup++;
|
||||||
PrintCenterTextAll("Warmup: Waiting for %d more players to join or %d seconds.", ClientsNeeded - ClientsInGame, g_CVar_sm_warmupmaxtime.IntValue - 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;
|
return Plugin_Continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user