v1.5.38 - #573 fixed

This commit is contained in:
Azgaar 2021-02-17 14:40:52 +03:00
parent 40bb9c2847
commit 6c29cca231
2 changed files with 2 additions and 2 deletions

View file

@ -569,7 +569,7 @@ function generate() {
Names.getMapName();
WARN && console.warn(`TOTAL: ${rn((performance.now()-timeStart)/1000,2)}s`);
INFO && showStatistics();
showStatistics();
INFO && console.groupEnd("Generated Map " + seed);
}
catch(error) {

View file

@ -1160,7 +1160,7 @@ function parseLoadedData(data) {
invokeActiveZooming();
WARN && console.warn(`TOTAL: ${rn((performance.now()-uploadMap.timeStart)/1000,2)}s`);
INFO && showStatistics();
showStatistics();
INFO && console.groupEnd("Loaded Map " + seed);
tip("Map is successfully loaded", true, "success", 7000);
}