splewis / get5

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

Don't reset g_ReadyTimeWaitingUsed on map start #1011

Closed nickdnk closed 1 year ago

nickdnk commented 1 year ago

The timer was resetting when the map reloads, which happens when a player joins an empty server. This would let a player keep a server alive indefinitely by repeatedly connecting and disconnecting.

Closes https://github.com/splewis/get5/issues/1010.