From cb3b2a9ab6ba68c9a09df3b04987633980c645f8 Mon Sep 17 00:00:00 2001 From: Michael McKoy Date: Sun, 30 Sep 2007 21:26:45 +0000 Subject: [PATCH] Fixed MapChooser using sm_mapvote_start as seconds instead of minutes --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401512 --- plugins/mapchooser.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mapchooser.sp b/plugins/mapchooser.sp index 8dd6d76b..3d2110ab 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();