Custom lobbies don't work in the latest version, point players to the stable custom lobby version
parent
43c46f3a3a
commit
931ddb5e13
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue