From 931ddb5e138f6fc49ea940c57c0413c813ed4ce6 Mon Sep 17 00:00:00 2001 From: peshomir <80340328+peshomir@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:54:27 +0200 Subject: [PATCH] Custom lobbies don't work in the latest version, point players to the stable custom lobby version --- src/customLobby.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/customLobby.js b/src/customLobby.js index f39b4a2..5226736 100644 --- a/src/customLobby.js +++ b/src/customLobby.js @@ -1,6 +1,6 @@ import WindowManager from "./windowManager.js"; -const customLobbiesUnavailable = false; +const customLobbiesUnavailable = true; // const socketURL = "ws://localhost:8080/"; const socketURL = "wss://fx-lobbies.peshomir.workers.dev/"; const customMessageMarker = 120;