From: Benjamin Auder <benjamin.auder@somewhere>
Date: Fri, 9 Apr 2021 14:02:50 +0000 (+0200)
Subject: Fix live games
X-Git-Url: https://git.auder.net/variants/Chakart/pieces/img/doc/css/R.css?a=commitdiff_plain;h=bcc745f8339186cb7bdbfb4be72c457a2a373bff;p=vchess.git

Fix live games
---

diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue
index f3c421e6..05ee05b5 100644
--- a/client/src/views/Hall.vue
+++ b/client/src/views/Hall.vue
@@ -1403,7 +1403,8 @@ export default {
           moves: [],
           clocks: [-1, -1], //-1 = unstarted
           chats: [],
-          score: "*"
+          score: "*",
+          options: JSON.stringify(gameInfo.options)
         }
       );
       setTimeout(