Update index.html

This commit is contained in:
lax1dude 2023-12-09 23:13:51 -08:00
parent be962a6254
commit 7cd9163855

View File

@ -40,7 +40,7 @@ var q = window.location.search;
if(typeof q === 'string' && q.startsWith("?")) {
q = new URLSearchParams(q);
var s = q.get("server");
if(s) window.minecraftOpts.push(s);
if(s) window.eaglercraftOpts.joinServer = s;
}
})();
main();