fixing minor mistake

This commit is contained in:
jenz 2025-06-09 17:51:38 +02:00
parent 8c72b1cae1
commit cf58c745d2

View File

@ -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.