splewis / get5

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

Fix double increment of `rounds_played` on first round #980

Closed nickdnk closed 1 year ago

nickdnk commented 1 year ago

Because the game restarts when going live, the rounds_played stat is being incremented one too many.

nickdnk commented 1 year ago

Seems to be no bug here anyway.