changed the default server template again because people don't seem to understand that '127.0.0.1' is not a replacement server

This commit is contained in:
LAX1DUDE 2022-02-09 18:58:15 -08:00
parent 1b2b0779e9
commit 38746b746f
4 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ window.addEventListener("load", function() {
document.getElementById("locally").remove(); document.getElementById("locally").remove();
window.minecraftOpts = [ window.minecraftOpts = [
"game_frame",createAssetURI("assets"), "game_frame",createAssetURI("assets"),
"CgAACQAHc2VydmVycwoAAAABCAACaXAAFXdzOi8vMTI3LjAuMC4xOjI1NTY1LwgABG5hbWUAC3Rlc3Qgc2VydmVyAQALaGlkZUFkZHJlc3MACAAKZm9yY2VkTU9URAAabG9jYWwgc2VydmVyIG9uIHBvcnQgMjU1NjUAAA==" "CgAACQAHc2VydmVycwoAAAABCAACaXAAIHdzKHMpOi8vIChhZGRyZXNzIGhlcmUpOihwb3J0KSAvCAAEbmFtZQAIdGVtcGxhdGUBAAtoaWRlQWRkcmVzcwEIAApmb3JjZWRNT1REABl0aGlzIGlzIG5vdCBhIHJlYWwgc2VydmVyAAA="
]; main(); ]; main();
}, 6000); }, 6000);
}); });

Binary file not shown.

Binary file not shown.

View File

@ -19,7 +19,7 @@
alert("Make sure you replace the URL 'https://g.eags.us/eaglercraft/' in the meta tags of this HTML file with the URL to your own site!"); alert("Make sure you replace the URL 'https://g.eags.us/eaglercraft/' in the meta tags of this HTML file with the URL to your own site!");
window.addEventListener("load", function(){ window.minecraftOpts = [ window.addEventListener("load", function(){ window.minecraftOpts = [
"game_frame","assets.epk", "game_frame","assets.epk",
"CgAACQAHc2VydmVycwoAAAABCAACaXAAFXdzOi8vMTI3LjAuMC4xOjI1NTY1LwgABG5hbWUAC3Rlc3Qgc2VydmVyAQALaGlkZUFkZHJlc3MACAAKZm9yY2VkTU9URAAabG9jYWwgc2VydmVyIG9uIHBvcnQgMjU1NjUAAA==" "CgAACQAHc2VydmVycwoAAAABCAACaXAAIHdzKHMpOi8vIChhZGRyZXNzIGhlcmUpOihwb3J0KSAvCAAEbmFtZQAIdGVtcGxhdGUBAAtoaWRlQWRkcmVzcwEIAApmb3JjZWRNT1REABl0aGlzIGlzIG5vdCBhIHJlYWwgc2VydmVyAAA="
]; main(); }); ]; main(); });
</script> </script>
</head> </head>