X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=34cd63b7c85416fcc4d9751a3c2cedba2976903c;hb=f5f51daf4515c43d11bc5d739660ac213abec613;hp=ae04b7d14046fecd630371b5f1369630846d8b18;hpb=8b152adaed809e759bb2507ade9d2273783c4a39;p=vchess.git diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index ae04b7d1..34cd63b7 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -488,6 +488,8 @@ export default { newGame.vname = this.getVname(game.vid); if (!game.score) //if new game from Hall newGame.score = "*"; + newGame.rids = [game.rid]; + delete newGame["rid"]; this.games.push(newGame); } else