mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-26 10:05:10 +00:00
14 lines
347 B
TypeScript
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();
|
|
});
|