]> git.cworth.org Git - lmno-server/commitdiff
game: Fix reactivation of an existing player to be fully active
authorCarl Worth <cworth@cworth.org>
Sat, 27 Jun 2020 16:45:22 +0000 (09:45 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 27 Jun 2020 16:45:22 +0000 (09:45 -0700)
To do this, we have to set the player's active bit to true, then we
increment the server's count of active players, and finally we
broadcast to all active players that this player has entered the game
again.

This commit fixes the bug described in the previous commit, (so that
the entire test suite passes once again).


No differences found