From d17edb201d899050ac5b9746e393a4e1a6c24d6d Mon Sep 17 00:00:00 2001 From: Tissevert Date: Sat, 21 Dec 2019 23:08:38 +0100 Subject: [PATCH] Trigger a refresh of the players list when someone logs in --- www/screen/hall.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/screen/hall.js b/www/screen/hall.js index 838b5d4..9d67d73 100644 --- a/www/screen/hall.js +++ b/www/screen/hall.js @@ -57,6 +57,7 @@ Screen.Hall = function(modules) { modules.messaging.addEventListener(["LogIn"], function(o) { console.log("Someone joined in, they should be added to the lists"); console.log(o); + refreshPlayers(); }); modules.messaging.addEventListener(["Relay", "Invitation"], function(o) {