diff --git a/mods/a_mod_by_alice.js b/mods/a_mod_by_alice.js index 4441d84b..b83f03ac 100644 --- a/mods/a_mod_by_alice.js +++ b/mods/a_mod_by_alice.js @@ -12903,13 +12903,13 @@ color1 and color2 spread through striped paint like dye does with itself. col }; }; function quickload(pause=true,doSuccessAlert=true,doFailAlert=true) { - clearAll(); - rebuildCurrentPixels(); var save = localStorage.getItem("quicksave"); if(!save) { if(doFailAlert) { alert("No save exists") }; return false; } else { + clearAll(); + rebuildCurrentPixels(); importJsonState(JSON.parse(save)); if(doSuccessAlert) { alert("Quicksave loaded") }; if(pause) {