From 7f9a01c07ec7e0aa55854d8cefafb1c94fbff6f3 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sun, 31 Jan 2021 19:22:56 +0100
Subject: [PATCH] Debug attempt

---
 client/src/views/Hall.vue | 4 ++++
 1 file changed, 4 insertions(+)

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 = "*";
-- 
2.44.0