1b11a60acc
The client was checking activePlayers.length <= 1 and calling endGame() prematurely, before the server's authoritative game-over event. Now the client only ends the game when the server explicitly sends the 'game-over' event. Added server-side logging to track active player count and winner.