From: Benjamin Auder Date: Sun, 31 Jan 2021 18:22:56 +0000 (+0100) Subject: Debug attempt X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=7f9a01c07ec7e0aa55854d8cefafb1c94fbff6f3 Debug attempt --- diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index c91e1270..4708bcfc 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -873,6 +873,10 @@ export default { let newGame = game; newGame.type = this.classifyObject(game); newGame.vname = this.getVname(game.vid); + + +console.log(newGame.vname); +console.log(game.vid); if (!game.score) // New game from Hall newGame.score = "*";