mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
fix: autosave v1.89.30
This commit is contained in:
parent
d75ac3c99d
commit
4a6ac9a7e7
4 changed files with 7 additions and 7 deletions
|
|
@ -2,7 +2,7 @@
|
|||
// Functions to load and parse .map files
|
||||
|
||||
async function quickLoad() {
|
||||
const blob = ldb.get("lastMap");
|
||||
const blob = await ldb.get("lastMap");
|
||||
if (blob) loadMapPrompt(blob);
|
||||
else {
|
||||
tip("No map stored. Save map to browser storage first", true, "error", 2000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue