This commit is contained in:
Azgaar 2023-08-16 11:56:36 +04:00
parent 2e0a74f34d
commit 168656c864
6 changed files with 30 additions and 30 deletions

View file

@ -1,5 +1,5 @@
"use strict";
// Functions to load and parse .gz/.map files
// Functions to load and parse .map/.gz files
async function quickLoad() {
const blob = await ldb.get("lastMap");
if (blob) loadMapPrompt(blob);