splewis / get5

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

Clean up always-reload logic and make it automatic #1000

Closed nickdnk closed 1 year ago

nickdnk commented 1 year ago

Followup to https://github.com/splewis/get5/pull/999, but with option to disable this behavior.

Some more testing is required to determine what the actual problem is here.

nickdnk commented 1 year ago

It's better to simply let this happen automatically, which is now achieved by setting a boolean on match_end and map_start. Tested and working as expected; we'll see if it fixes the bug.