diff --git a/eagler-files/1.8/Shadow/index.html b/eagler-files/1.8/Shadow/index.html index a71bed9..cd9fe02 100644 --- a/eagler-files/1.8/Shadow/index.html +++ b/eagler-files/1.8/Shadow/index.html @@ -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() {
-