1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 08:14:48 +00:00

loading screens

This commit is contained in:
zumbiepig 2024-08-21 16:51:10 -07:00
parent 01f55ab27b
commit 82fc8fe8b1
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -51,9 +51,11 @@ const versionSelector = {
const game = {
play: function (version?: string) {
if (version) {
document.body.style.display = 'none';
// @ts-expect-error
window.top.location.href = version;
} else if (selectedVersion) {
document.body.style.display = 'none';
// @ts-expect-error
window.top.location.href = selectedVersion;
} else {