summaryrefslogtreecommitdiff
path: root/scripts/socket
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-08-11 20:36:18 -0400
committerKyle Gunger <kgunger12@gmail.com>2022-08-11 20:36:18 -0400
commit6287b2a6afadce021700d6843012b9b9e7ac4954 (patch)
tree0394f95c4327d4242330c8deeac5282629339add /scripts/socket
parent5cba3d84eae256cdb4fd79d6e2bed83e21f7a646 (diff)
Change to lobby instead of menu for rpc
Diffstat (limited to 'scripts/socket')
-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{