X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=608ac717bb48ff248b3ae19d3fde55766e92a131;hp=35cec3a87c95de5ad7279eeb1bb2c72d6fa08e9f;hb=26f3a8879fb4b410ed8840c5a37397011c13bc1c;hpb=a0c41e7e23c9ff64031739e072f38e493bac8dca diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 35cec3a8..608ac717 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -246,6 +246,7 @@ export default { players: this.game.players, vid: this.game.vid, timeControl: this.game.timeControl, + score: this.game.score, }; this.st.conn.send(JSON.stringify({code:"game", game:myGame, target:data.from}));