From 9fc9541e3f5573602c8fc5911bae4f4c06f641a5 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Mon, 8 Jul 2019 18:28:41 +0200
Subject: [PATCH] 'update'

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

diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue
index 13d9b633..ae45e658 100644
--- a/client/src/views/Hall.vue
+++ b/client/src/views/Hall.vue
@@ -178,6 +178,7 @@ export default {
       // ==> Moves sent by connected remote player(s) if live game
       
 // TODO: this doesn't work: choose a SID at random
+      // --> do we have players' names ?
 
       let url = "/" + g.id;
       if (g.type == "live")
-- 
2.48.1