diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-08-11 20:36:18 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-08-11 20:36:18 -0400 |
commit | 6287b2a6afadce021700d6843012b9b9e7ac4954 (patch) | |
tree | 0394f95c4327d4242330c8deeac5282629339add /scripts/socket/sock.js | |
parent | 5cba3d84eae256cdb4fd79d6e2bed83e21f7a646 (diff) |
Change to lobby instead of menu for rpc
Diffstat (limited to 'scripts/socket/sock.js')
-rw-r--r-- | scripts/socket/sock.js | 2 |
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{ |