10 lines
385 B
JavaScript
10 lines
385 B
JavaScript
window.eaglercraftXOpts = () => ({
|
|
lang: "en_US",
|
|
// joinServer: "ws" + window.location.href.slice(4),
|
|
// assetsURI: "custom.epk",
|
|
servers: [
|
|
{ addr: "ws" + window.location.href.slice(4), name: "EaglercraftX Server" }
|
|
]
|
|
});
|
|
// document.title = "My Original Server Name:tm:";
|
|
// document.querySelector("link[rel=\"shortcut icon\"]").href = "https://www.google.com/favicon.ico";
|