Fixed MapChooser using sm_mapvote_start as seconds instead of minutes

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401512
This commit is contained in:
Michael McKoy 2007-09-30 21:26:45 +00:00
parent 445ecf961f
commit cb3b2a9ab6

View File

@ -151,7 +151,7 @@ SetupTimeleftTimer()
new time; new time;
if (GetMapTimeLeft(time) && time > 0) if (GetMapTimeLeft(time) && time > 0)
{ {
new startTime = GetConVarInt(g_Cvar_StartTime); new startTime = GetConVarInt(g_Cvar_StartTime) * 60;
if (time - startTime < 0) if (time - startTime < 0)
{ {
InitiateVote(); InitiateVote();