1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00
Files
MineXLauncher/resources/scripts/eagler-launch/b1.3/main.js
2025-01-10 01:27:56 +00:00

2 lines
248 B
JavaScript

window.addEventListener("load",function(){window.minecraftOpts=["game_frame",`${window.location.pathname}/assets.epk`];const urlParams=new URLSearchParams(window.location.search);window.minecraftOpts.push(urlParams.get("server")??void 0),main()});