From a25d193d930bc269fe13d8837b3cfdecb349b727 Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Fri, 26 Dec 2025 15:58:44 -0500 Subject: [PATCH] saves hotfix --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 74e4f34e..8d058f87 100644 --- a/index.html +++ b/index.html @@ -20459,10 +20459,10 @@ window.onload = function() { //post-load let tempSave = localStorage.getItem("SandboxelsTempSave"); if (tempSave) { + localStorage.removeItem("SandboxelsTempSave"); let json = JSON.parse(tempSave); lastSaveJSON = json; loadSave(json,3,3) - localStorage.removeItem("SandboxelsTempSave") } else if (urlParams.has("discord")) { let saveID = parseInt(urlParams.get("discord"));