summaryrefslogtreecommitdiff
path: root/scripts/socket/sock.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/socket/sock.js')
-rw-r--r--scripts/socket/sock.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/socket/sock.js b/scripts/socket/sock.js
index 73e20ee..b1a4280 100644
--- a/scripts/socket/sock.js
+++ b/scripts/socket/sock.js
@@ -1,6 +1,6 @@
'use strict';
-const VALID_EVENTS = ["error", "closed", "handshake", "menu", "game", "chat", "ping"];
+const VALID_EVENTS = ["error", "closed", "handshake", "lobby", "game", "chat", "ping"];
// A wrapper around the wrapper
class SockWorker extends EventTarget{