X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=dd4621b37707298910a6c663e67ea6dc9e59d6c0;hb=d4036efea5b57656478affd7d71f53dcea0f8017;hp=563ecd306c18e45981e0b8895ac7c17c80a53945;hpb=4b0384faf03d3842ba2f80ccd6d104c5e34a355e;p=vchess.git diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 563ecd30..dd4621b3 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -592,6 +592,7 @@ export default { fenStart: gameInfo.fen, players: gameInfo.players, timeControl: gameInfo.timeControl, + initime: (gameInfo.players[0].sid == this.st.user.sid), }); if (this.st.settings.sound >= 1) new Audio("/sounds/newgame.mp3").play().catch(err => {});