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:
		
							parent
							
								
									6732fd8bfd
								
							
						
					
					
						commit
						3c9a2414df
					
				@ -421,7 +421,7 @@ public Handler_MapVoteMenu(Handle:menu, MenuAction:action, param1, param2)
 | 
				
			|||||||
				{
 | 
									{
 | 
				
			||||||
					if (time > 0 && time < GetConVarInt(g_Cvar_ExtendTimeMax))
 | 
										if (time > 0 && time < GetConVarInt(g_Cvar_ExtendTimeMax))
 | 
				
			||||||
					{
 | 
										{
 | 
				
			||||||
						ExtendMapTimeLimit(GetConVarInt(g_Cvar_ExtendTimeStep));						
 | 
											ExtendMapTimeLimit(GetConVarInt(g_Cvar_ExtendTimeStep)*60);						
 | 
				
			||||||
					}
 | 
										}
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
				
 | 
									
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user