Skip to content

Commit

Permalink
minor bugfix with async loading
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelEbert committed Dec 21, 2024
1 parent a20ad72 commit 73d8321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/userdata.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export{
}


window.savedata = createNewSave();
window.savedata = null;
window.settings = null;

const SAVEDATA_VERSION = 11;
Expand Down

0 comments on commit 73d8321

Please sign in to comment.