Fixing Item Cards to recycle.

This commit is contained in:
2020-02-09 09:58:52 -08:00
parent b4416783ba
commit b9cb7e842a
2 changed files with 36 additions and 29 deletions

View File

@@ -87,6 +87,7 @@ function handleMessage(evt) {
store.dispatch(startOrJoinGame({ type: 'join-game',
playerName: 'Player ' + data.games.games[0].colors[0],
checkedColor: data.games.games[0].colors[0],
gameId: data.games.games[0].id,
gameName: data.games.games[0].name }));
}
}