Emergency update

This commit is contained in:
catfoolyou 2025-03-13 15:59:28 -04:00
parent c42a42f4d1
commit 727487892b
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ window.eaglercraftOpts = { container: "game_frame",
servers: [ servers: [
{ serverName: "Local Test Server", serverAddress: "ws://localhost:25565", hideAddress: false }, { serverName: "Local Test Server", serverAddress: "ws://localhost:25565", hideAddress: false },
{ serverName: "Minecraft Server", serverAddress: "wss://cautious-space-succotash-9g979vrp769cx655-25565.app.github.dev", hideAddress: false }, { serverName: "CathCraft", serverAddress: "wss://cathcraft.zelz.net", hideAddress: false },
{ serverName: "Ayunboom", serverAddress: "wss://sus.shhnowisnottheti.me", hideAddress: false } { serverName: "Ayunboom", serverAddress: "wss://sus.shhnowisnottheti.me", hideAddress: false }
] ]

View File

@ -33,7 +33,7 @@ window.eaglercraftOpts = { container: "game_frame",
servers: [ servers: [
{ serverName: "Local Test Server", serverAddress: "ws://localhost:25565", hideAddress: false }, { serverName: "Local Test Server", serverAddress: "ws://localhost:25565", hideAddress: false },
{ serverName: "Minecraft Server", serverAddress: "wss://cautious-space-succotash-9g979vrp769cx655-25565.app.github.dev", hideAddress: false }, { serverName: "CathCraft", serverAddress: "wss://cathcraft.zelz.net", hideAddress: false },
{ serverName: "Ayunboom", serverAddress: "wss://sus.shhnowisnottheti.me", hideAddress: false } { serverName: "Ayunboom", serverAddress: "wss://sus.shhnowisnottheti.me", hideAddress: false }
] ]

View File

@ -36,7 +36,7 @@ assetOverrides: {
}, },
servers: [ servers: [
{ serverName: "Local Test Server", serverAddress: "ws://localhost:25565", hideAddress: false }, { serverName: "Local Test Server", serverAddress: "ws://localhost:25565", hideAddress: false },
{ serverName: "Minecraft Server", serverAddress: "wss://cautious-space-succotash-9g979vrp769cx655-25565.app.github.dev", hideAddress: false }, { serverName: "CathCraft", serverAddress: "wss://cathcraft.zelz.net", hideAddress: false },
{ serverName: "Ayunboom", serverAddress: "wss://sus.shhnowisnottheti.me", hideAddress: false } { serverName: "Ayunboom", serverAddress: "wss://sus.shhnowisnottheti.me", hideAddress: false }
], ],