Custom lobbies don't work in the latest version, point players to the stable custom lobby version

main
peshomir 2026-02-23 19:54:27 +02:00
parent 43c46f3a3a
commit 931ddb5e13
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import WindowManager from "./windowManager.js"; import WindowManager from "./windowManager.js";
const customLobbiesUnavailable = false; const customLobbiesUnavailable = true;
// const socketURL = "ws://localhost:8080/"; // const socketURL = "ws://localhost:8080/";
const socketURL = "wss://fx-lobbies.peshomir.workers.dev/"; const socketURL = "wss://fx-lobbies.peshomir.workers.dev/";
const customMessageMarker = 120; const customMessageMarker = 120;