X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=062990d2e8b492cda2c3d0753a06c5249bc0bbfa;hb=48ab808f1454463ca2b960d6301fa0f47f21b4ad;hp=e83b9886694252eef919862e7aae6d57cf38fcb3;hpb=092de30647eeb223b148a170615b4a715865fd7f;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index e83b9886..062990d2 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -686,6 +686,8 @@ export default { { GameStorage.update(this.gameRef.id, {score: score, scoreMsg: scoreMsg}); + // Notify the score to main Hall. TODO: only one player (currently double send) + this.send("result", {gid:this.game.id, score:score}); } }, },