diff --git a/plugins/mapchooser.sp b/plugins/mapchooser.sp index 8dd6d76b1..3d2110abf 100644 --- a/plugins/mapchooser.sp +++ b/plugins/mapchooser.sp @@ -151,7 +151,7 @@ SetupTimeleftTimer() new time; if (GetMapTimeLeft(time) && time > 0) { - new startTime = GetConVarInt(g_Cvar_StartTime); + new startTime = GetConVarInt(g_Cvar_StartTime) * 60; if (time - startTime < 0) { InitiateVote();