Trigger a refresh of the players list when someone logs in
This commit is contained in:
parent
0c285c47bb
commit
d17edb201d
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue