fix offline AGAIN

This commit is contained in:
UnknownUser1789 2023-01-24 00:10:40 +00:00
parent 85cfbc7183
commit 4f09a80797
3 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ This file is from ${date}. Check the resent client discord for the newest versio
// %%%%%%%%% launch options %%%%%%%%%%%% // %%%%%%%%% launch options %%%%%%%%%%%%
window.eaglercraftXOpts = { window.eaglercraftXOpts = {
container: "game_frame" container: "game_frame",
servers: [ servers: [
{addr: "wss://blobcraft.minecraft.pe", name: "BlobCraft"}, {addr: "wss://blobcraft.minecraft.pe", name: "BlobCraft"},
{addr: "wss://blobcraft.tk", name: "BlobCraft2"}, {addr: "wss://blobcraft.tk", name: "BlobCraft2"},

File diff suppressed because one or more lines are too long

View File

@ -38,7 +38,7 @@ This file is from 01/24/2023. Check the resent client discord for the newest ver
// %%%%%%%%% launch options %%%%%%%%%%%% // %%%%%%%%% launch options %%%%%%%%%%%%
window.eaglercraftXOpts = { window.eaglercraftXOpts = {
container: "game_frame" container: "game_frame",
servers: [ servers: [
{addr: "wss://blobcraft.minecraft.pe", name: "BlobCraft"}, {addr: "wss://blobcraft.minecraft.pe", name: "BlobCraft"},
{addr: "wss://blobcraft.tk", name: "BlobCraft2"}, {addr: "wss://blobcraft.tk", name: "BlobCraft2"},