From e5105c3bab42dcf2fdf631d92e250b21f79dc210 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:41:56 -0700 Subject: [PATCH] hot-patch --- src/resources/scripts/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/scripts/main.ts b/src/resources/scripts/main.ts index 58062fb..f6f3ca8 100644 --- a/src/resources/scripts/main.ts +++ b/src/resources/scripts/main.ts @@ -59,7 +59,7 @@ const game = { window.top.location.href = version; } else if (selectedVersion) { document.body.style.display = 'none'; - storage.session.set('lastPage', selectedVersion); + storage.session.set('lastGame', selectedVersion); // @ts-expect-error window.top.location.href = selectedVersion; } else {