diff --git a/stable-download/web/index.html b/stable-download/web/index.html index 61efcd5..b663156 100644 --- a/stable-download/web/index.html +++ b/stable-download/web/index.html @@ -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();