Right now we're basing our player logic on the default list of users connected to the meteor server. This is a bad thing as it contains old users not currently connected and contains connection metadata that has no relation to the game logic. We should instead copy over the users in a game to a new list of players at the start of game.
Right now we're basing our player logic on the default list of users connected to the meteor server. This is a bad thing as it contains old users not currently connected and contains connection metadata that has no relation to the game logic. We should instead copy over the users in a game to a new list of players at the start of game.