1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00
Files
MineXLauncher/src/resources/scripts/eagler-launch/b1.3/main.ts
2024-08-16 22:04:25 -07:00

14 lines
347 B
TypeScript

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-nocheck
window.addEventListener('load', function () {
window.minecraftOpts = ['game_frame', 'assets.epk'];
const urlParams = new URLSearchParams(window.location.search);
const server = urlParams.get('server');
if (server) {
window.minecraftOpts.push(s);
}
main();
});