diff --git a/luckydiamond/src/pages/games-pages/JackpotPage.vue b/luckydiamond/src/pages/games-pages/JackpotPage.vue index 6705293..f2a6c34 100644 --- a/luckydiamond/src/pages/games-pages/JackpotPage.vue +++ b/luckydiamond/src/pages/games-pages/JackpotPage.vue @@ -702,6 +702,13 @@ export default { if (dataObject.CurrentGame.GameState == "Running") { this.autoplay = 20; + if (this.idCurrentGame=="") { + this.idCurrentGame = dataObject.CurrentGame.Id; + this.mapPlayersToSlides( + dataObject.CurrentGame.PlayerList, + dataObject.CurrentGame.PlayerList + ); + } } this.updatePlayerInfo(