"better" coding fix
This commit is contained in:
parent
5e122008e1
commit
ab685cf66a
@ -87,7 +87,7 @@ public Action OnWarmupTimer(Handle timer)
|
|||||||
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;
|
||||||
}
|
}
|
||||||
else if(ClientsInGame >= ClientsNeeded)
|
else
|
||||||
{
|
{
|
||||||
g_iWarmup++;
|
g_iWarmup++;
|
||||||
PrintCenterTextAll("Warmup: Enough players joined. %d seconds left. ", g_CVar_sm_warmuptime.IntValue - g_iWarmup);
|
PrintCenterTextAll("Warmup: Enough players joined. %d seconds left. ", g_CVar_sm_warmuptime.IntValue - g_iWarmup);
|
||||||
|
Loading…
Reference in New Issue
Block a user