mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
gfdgfdgdf gdfsg sdfg
This commit is contained in:
@@ -702,6 +702,13 @@ export default {
|
|||||||
|
|
||||||
if (dataObject.CurrentGame.GameState == "Running") {
|
if (dataObject.CurrentGame.GameState == "Running") {
|
||||||
this.autoplay = 20;
|
this.autoplay = 20;
|
||||||
|
if (this.idCurrentGame=="") {
|
||||||
|
this.idCurrentGame = dataObject.CurrentGame.Id;
|
||||||
|
this.mapPlayersToSlides(
|
||||||
|
dataObject.CurrentGame.PlayerList,
|
||||||
|
dataObject.CurrentGame.PlayerList
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this.updatePlayerInfo(
|
this.updatePlayerInfo(
|
||||||
|
|||||||
Reference in New Issue
Block a user