dissalow local run

This commit is contained in:
Azgaar 2022-02-06 01:04:11 +03:00 committed by Peter
parent 845245130f
commit 21f95d4b1f
3 changed files with 3 additions and 3 deletions

View file

@ -144,7 +144,7 @@ async function saveToDropbox() {
await Cloud.providers.dropbox.save(filename, mapData);
tip("Map is saved to your Dropbox", true, "success", 8000);
} catch (msg) {
console.error(msg);
ERROR && console.error(msg);
tip("Cannot save .map to your Dropbox", true, "error", 8000);
}
}