diff --git a/src/game/GameManager.ts b/src/game/GameManager.ts index 7cd5786..0c7269b 100644 --- a/src/game/GameManager.ts +++ b/src/game/GameManager.ts @@ -54,6 +54,7 @@ export class GameManager { if (game) { try { game.mancalaGame.moveByPlayerPit(userKey, gameMove.index); + game.gameUsersConnectionInfo = this.getGameUsersConnectionInfo(game); this.rtmt.sendMessage(game.mancalaGame.player1Id, channel_on_game_update, game); this.rtmt.sendMessage(game.mancalaGame.player2Id, channel_on_game_update, game); if (game.mancalaGame.state == "ended") {