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

hot-patch

This commit is contained in:
zumbiepig 2024-09-03 09:41:56 -07:00
parent 8503fd083f
commit a2871262be
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -59,7 +59,7 @@ const game = {
window.top.location.href = version; window.top.location.href = version;
} else if (selectedVersion) { } else if (selectedVersion) {
document.body.style.display = 'none'; document.body.style.display = 'none';
storage.session.set('lastPage', selectedVersion); storage.session.set('lastGame', selectedVersion);
// @ts-expect-error // @ts-expect-error
window.top.location.href = selectedVersion; window.top.location.href = selectedVersion;
} else { } else {