mirror of
https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.5.git
synced 2025-01-22 07:21:52 -05:00
Update index.html
This commit is contained in:
parent
be962a6254
commit
7cd9163855
1 changed files with 1 additions and 1 deletions
2
stable-download/web/index.html
vendored
2
stable-download/web/index.html
vendored
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue