diff --git a/plugins/mapchooser.sp b/plugins/mapchooser.sp index 8a1b8ee5..20510b9e 100644 --- a/plugins/mapchooser.sp +++ b/plugins/mapchooser.sp @@ -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); } }