splewis / get5

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

Add logic to have separate time to veto and time to live/knife #936

Closed nickdnk closed 1 year ago

nickdnk commented 1 year ago

This allows people to define a different time for readying up for veto vs. readying up for live/knife.

It's a breaking change as there is no real backwards-compatible way to introduce this option. If we defaulted to "use the normal time to ready for veto time if veto time is zero", it would make it impossible to set an unlimited waiting time for veto (default; 0) and a maximum time for live/knife, if that's what someone wanted.

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