From 7cd91638554d5e6deb5227cb42463f52c107c01a Mon Sep 17 00:00:00 2001 From: lax1dude Date: Sat, 9 Dec 2023 23:13:51 -0800 Subject: [PATCH] Update index.html --- stable-download/web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();