mp_timelimit is in seconds instead of minutes like other source games (TF2, CSS etc).
This causes problems with things like Sourcemod with mapchooser voting, since it sees it as minutes, not seconds - meaning no voting will show up. Would it be possible to change it back to minutes?
[code]mp_timelimit
“mp_timelimit” = “900” ( def. “0” )
game notify replicated
- game time per map in minutes[/code]