gemidyne / microtf2

A custom gamemode for Team Fortress 2 - Players compete against each other to get the most points by playing a series of rapid fire microgames in order to win the round!
https://www.gemidyne.com/projects/microtf2
GNU General Public License v2.0
32 stars 17 forks source link

mp_timelimit should modified at a later time #194

Closed safalin1 closed 3 years ago

safalin1 commented 4 years ago

We need to stop trying to write to mp_timelimit immediately on map start. We should delay this to when waiting for players start, so that gives enough time for configuration plugins to initialise the server environment

worMatty commented 4 years ago

Hi, Steveh. Have you tried OnConfigsExecuted?

safalin1 commented 4 years ago

Hey, good call - I didn't realise that existed in SM. I will give that a try later on today and feedback here

safalin1 commented 3 years ago

Sorry, I haven't had a chance to test this yet - its probably gonna be closer to the weekend before I can get around to this