mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
hot-patch
This commit is contained in:
parent
8503fd083f
commit
a2871262be
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user