diff --git a/mapchooser_extended/scripting/mapchooser_extended_avg_mapend.sp b/mapchooser_extended/scripting/mapchooser_extended_avg_mapend.sp index d9bd97b..779d12b 100755 --- a/mapchooser_extended/scripting/mapchooser_extended_avg_mapend.sp +++ b/mapchooser_extended/scripting/mapchooser_extended_avg_mapend.sp @@ -772,6 +772,13 @@ public void OnMapTimeLeftChanged() void SetupTimeleftTimer() { + if (g_iNextmapState == 0 && GetConVarInt(g_Cvar_Extend) - g_Extends < 1) + { + g_iNextmapState = 3; + //map simply had no extend to begin with. mce_extend 0. + //encap made me notice that maps without extends would still incorrectly do the setup Timeleft Timer() call. + } + if (g_iNextmapState != 0) { if (g_VoteTimer != INVALID_HANDLE)