chore: update version

This commit is contained in:
Azgaar 2024-08-30 13:43:50 +02:00
parent 2ce8715960
commit 1fe6156ea2
7 changed files with 31 additions and 26 deletions

View file

@ -379,6 +379,7 @@ async function parseLoadedData(data, mapVersion) {
pack.rivers = data[32] ? JSON.parse(data[32]) : [];
pack.markers = data[35] ? JSON.parse(data[35]) : [];
pack.routes = data[37] ? JSON.parse(data[37]) : [];
pack.zones = data[38] ? JSON.parse(data[38]) : [];
const cells = pack.cells;
cells.biome = Uint8Array.from(data[16].split(","));