mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
Update main.ts
Signed-off-by: zumbiepig <121742281+zumbiepig@users.noreply.github.com>
This commit is contained in:
parent
b465b27dfa
commit
0211db4d58
@ -8,11 +8,11 @@ window.addEventListener('load', function () {
|
|||||||
serverWorkerURI: `${window.location.pathname}/worker_bootstrap.js`,
|
serverWorkerURI: `${window.location.pathname}/worker_bootstrap.js`,
|
||||||
worldsFolder: 'MAIN',
|
worldsFolder: 'MAIN',
|
||||||
servers: [
|
servers: [
|
||||||
{
|
/*{
|
||||||
serverName: 'BrickMC',
|
serverName: 'Example server',
|
||||||
serverAddress: 'wss://play.brickmc.net',
|
serverAddress: 'wss://example.com',
|
||||||
hideAddress: false,
|
hideAddress: false,
|
||||||
},
|
},*/
|
||||||
],
|
],
|
||||||
relays: [
|
relays: [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user