From 6287b2a6afadce021700d6843012b9b9e7ac4954 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 11 Aug 2022 20:36:18 -0400 Subject: Change to lobby instead of menu for rpc --- scripts/socket/sock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/socket/sock.js') 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{ -- cgit v1.2.3