ExtendTimelimit works off seconds, so we should too.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401488
This commit is contained in:
Michael McKoy 2007-09-26 02:48:22 +00:00
parent 6732fd8bfd
commit 3c9a2414df

View File

@ -421,7 +421,7 @@ public Handler_MapVoteMenu(Handle:menu, MenuAction:action, param1, param2)
{
if (time > 0 && time < GetConVarInt(g_Cvar_ExtendTimeMax))
{
ExtendMapTimeLimit(GetConVarInt(g_Cvar_ExtendTimeStep));
ExtendMapTimeLimit(GetConVarInt(g_Cvar_ExtendTimeStep)*60);
}
}