X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=97df499ae476082ec751003e93fad02ed9f96227;hp=0fd8322cd876a83332b5f2d07a25b80e70ee2a83;hb=a6088c906bbe6fae95707dc7028e45023fe39981;hpb=98f485791e915563996de4f37430b285ffc773ae diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 0fd8322c..97df499a 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -598,6 +598,7 @@ export default { localStorage["players"] = JSON.stringify(gameInfo.players); if (this.st.settings.sound >= 1) new Audio("/sounds/newgame.mp3").play().catch(err => {}); + // TODO: redirect to game }, }, };