BYUCS340 / Catan

Settlers of Catan Implementation for BYU CS340-MJGC group
http://byucs340.github.io/
3 stars 0 forks source link

Unable to rejoin full game properly #40

Closed matthewfcarlson closed 8 years ago

matthewfcarlson commented 8 years ago

It looks like we aren't able to join a game with 4 players in it already. It looks like it's assigning negative numbers for player index to the players

pbridd commented 8 years ago

As in, we can't rejoin a game with 4 players?

matthewfcarlson commented 8 years ago

Correct. It joins the game but none of the controllers activate properly. It just sits there doing nothing

matthewfcarlson commented 8 years ago

It looks like this was fixed but I'm not sure why or what happened.