Removed local test server from shadow client

This commit is contained in:
Preston 2024-09-30 17:17:03 -07:00 committed by GitHub
parent e2a9defdc8
commit 8192627142
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -460,9 +460,7 @@ function displayGui() {
localesURI: "lang/",
worldsDB: "worlds",
logInvalidCerts: true,
servers: [
{ addr: "ws://localhost:8081/", name: "Local test server" }
],
servers: [],
relays: [
{ addr: "wss://relay.deev.is/", comment: "lax1dude relay #1", primary: relayId == 0 },
{ addr: "wss://relay.lax1dude.net/", comment: "lax1dude relay #2", primary: relayId == 1 },
@ -484,4 +482,4 @@ function displayGui() {
</head>
<body style="margin:0px;width:100vw;height:100vh;overflow:hidden;" id="game_frame">
</body>
</html>
</html>