splewis / get5

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

Fix inability to join a team if get5 is not running #916

Closed nickdnk closed 1 year ago

nickdnk commented 1 year ago

It seems we should never have returned Plugin_Handled for the joingame command. It was always supposed to let the client correctly "join the game", and jointeam would then place players/block depending on get5 state.

This fixes that, so you can now always join a team when get5 is not running.