fixing minor mistake
This commit is contained in:
parent
8c72b1cae1
commit
cf58c745d2
@ -772,7 +772,7 @@ public void OnMapTimeLeftChanged()
|
|||||||
|
|
||||||
void SetupTimeleftTimer()
|
void SetupTimeleftTimer()
|
||||||
{
|
{
|
||||||
if (g_iNextmapState == 0 && GetConVarInt(g_Cvar_Extend) - g_Extends < 1)
|
if (g_iNextmapState == 0 && GetConVarInt(g_Cvar_Extend) == 0)
|
||||||
{
|
{
|
||||||
g_iNextmapState = 3;
|
g_iNextmapState = 3;
|
||||||
//map simply had no extend to begin with. mce_extend 0.
|
//map simply had no extend to begin with. mce_extend 0.
|
||||||
|
Loading…
Reference in New Issue
Block a user