merryt / acquire

A digital version of this board game https://boardgamegeek.com/boardgame/5/acquire
0 stars 1 forks source link

fixing bug where it wasn't possible to join game #17

Closed merryt closed 2 years ago

merryt commented 2 years ago

When trying to join a game that was just created the server would throw an error because the players array was empty. This could should fix that issue, and add defensive coding making sure this EXACT issue doesn't pop up in the future.