Skip to content

Commit 931ddb5

Browse files
committed
Custom lobbies don't work in the latest version, point players to the stable custom lobby version
1 parent 43c46f3 commit 931ddb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/customLobby.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import WindowManager from "./windowManager.js";
22

3-
const customLobbiesUnavailable = false;
3+
const customLobbiesUnavailable = true;
44
// const socketURL = "ws://localhost:8080/";
55
const socketURL = "wss://fx-lobbies.peshomir.workers.dev/";
66
const customMessageMarker = 120;

0 commit comments

Comments
 (0)