splewis / get5

CS:GO Sourcemod plugin for competitive matches/scrims
GNU General Public License v3.0
559 stars 176 forks source link

Fix warmup stuck at 0:01 issue by forcing map reload on match load #999

Closed nickdnk closed 1 year ago

nickdnk commented 1 year ago

So, it would seem that the only way to prevent https://github.com/splewis/get5/issues/976 from happening is to make sure the map is reloaded when a match is loaded, so we do this now.

This also means that the change from https://github.com/splewis/get5/blob/development/CHANGELOG.md#0130, where the map is not reloaded if the first map post-veto is the same as the one the server is on is reverted; it will always reload.