removed ayonull's server list from the offline download

This commit is contained in:
LAX1DUDE 2022-10-03 19:36:55 -07:00
parent 5c5596c3a4
commit 3ca96b7103
2 changed files with 4 additions and 6 deletions

View File

@ -19,7 +19,7 @@ Visit this link to check for newer versions of this file:
https://github.com/LAX1DUDE/eaglercraft/blob/main/stable-download/Offline_Download_Version.html https://github.com/LAX1DUDE/eaglercraft/blob/main/stable-download/Offline_Download_Version.html
This version of eaglercraft you are using right now is from 09/21/2022 This version of eaglercraft you are using right now is from 10/03/2022
--> -->
@ -113,8 +113,7 @@ window.addEventListener("load", function() {
worldsFolder: "TEST", mainMenu: { splashes: [ worldsFolder: "TEST", mainMenu: { splashes: [
"Darviglet!", "eaglerenophile!", "You Eagler!", "Yeeeeeee!", "yeee", "Darviglet!", "eaglerenophile!", "You Eagler!", "Yeeeeeee!", "yeee",
"EEEEEEEEE!", "You Darvig!", "You Vigg!", ":>", "|>", "You Yumpster!" "EEEEEEEEE!", "You Darvig!", "You Vigg!", ":>", "|>", "You Yumpster!"
]}, worldsFolder: "OFFLINE", serverListTitle: "Ayonull hosts a list of servers:", ]}, worldsFolder: "OFFLINE", relays: [
serverListLink: "https://eagler.nully.tech/servers", relays: [
{ addr: "wss://relay.deev.is/", name: "lax1dude relay #1", primary: relayId == 0 }, { addr: "wss://relay.deev.is/", name: "lax1dude relay #1", primary: relayId == 0 },
{ addr: "wss://relay.lax1dude.net/", name: "lax1dude relay #2", primary: relayId == 1 }, { addr: "wss://relay.lax1dude.net/", name: "lax1dude relay #2", primary: relayId == 1 },
{ addr: "wss://relay.shhnowisnottheti.me/", name: "ayunami relay #1", primary: relayId == 2 } ] { addr: "wss://relay.shhnowisnottheti.me/", name: "ayunami relay #1", primary: relayId == 2 } ]
@ -35888,7 +35887,7 @@ function countdown() {
<div id="locally" style="text-align:center;"> <div id="locally" style="text-align:center;">
<div style="height:5vh;"></div> <div style="height:5vh;"></div>
<h2>you are running eaglercraft locally, check <a href="https://github.com/LAX1DUDE/eaglercraft/blob/main/stable-download/Offline_Download_Version.html" target="_blank">this link</a> regularly for an updated version</h2> <h2>you are running eaglercraft locally, check <a href="https://github.com/LAX1DUDE/eaglercraft/blob/main/stable-download/Offline_Download_Version.html" target="_blank">this link</a> regularly for an updated version</h2>
<h3>the version you are currently using is from <span style="color:#cc0000;font-size:larger;">09/21/2022</span></h3> <h3>the version you are currently using is from <span style="color:#cc0000;font-size:larger;">10/03/2022</span></h3>
<p id="countdown" style="text-align:center;">(Game will launch in 5)</p> <p id="countdown" style="text-align:center;">(Game will launch in 5)</p>
</div> </div>
</body> </body>

View File

@ -113,8 +113,7 @@ window.addEventListener("load", function() {
worldsFolder: "TEST", mainMenu: { splashes: [ worldsFolder: "TEST", mainMenu: { splashes: [
"Darviglet!", "eaglerenophile!", "You Eagler!", "Yeeeeeee!", "yeee", "Darviglet!", "eaglerenophile!", "You Eagler!", "Yeeeeeee!", "yeee",
"EEEEEEEEE!", "You Darvig!", "You Vigg!", ":>", "|>", "You Yumpster!" "EEEEEEEEE!", "You Darvig!", "You Vigg!", ":>", "|>", "You Yumpster!"
]}, worldsFolder: "OFFLINE", serverListTitle: "Ayonull hosts a list of servers:", ]}, worldsFolder: "OFFLINE", relays: [
serverListLink: "https://eagler.nully.tech/servers", relays: [
{ addr: "wss://relay.deev.is/", name: "lax1dude relay #1", primary: relayId == 0 }, { addr: "wss://relay.deev.is/", name: "lax1dude relay #1", primary: relayId == 0 },
{ addr: "wss://relay.lax1dude.net/", name: "lax1dude relay #2", primary: relayId == 1 }, { addr: "wss://relay.lax1dude.net/", name: "lax1dude relay #2", primary: relayId == 1 },
{ addr: "wss://relay.shhnowisnottheti.me/", name: "ayunami relay #1", primary: relayId == 2 } ] { addr: "wss://relay.shhnowisnottheti.me/", name: "ayunami relay #1", primary: relayId == 2 } ]