summaryrefslogtreecommitdiff
path: root/scripts/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/client.js')
-rw-r--r--scripts/client.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/client.js b/scripts/client.js
index 01d5bea..dba8630 100644
--- a/scripts/client.js
+++ b/scripts/client.js
@@ -109,6 +109,8 @@ class Client{
case "ready":
console.log(`Handshake with server OK. Running client version ${VERSION}`);
+ this.lobby.setState("Connected", "ok", this.socket.server)
+
this.settings.cleanup();
this.gameOptions.cleanup();