refactor: Features module start

This commit is contained in:
Azgaar 2024-09-06 14:22:36 +02:00
parent ec236d146b
commit b5fede560b
9 changed files with 315 additions and 160 deletions

View file

@ -369,7 +369,7 @@ async function parseLoadedData(data, mapVersion) {
void (function parsePackData() {
reGraph();
reMarkFeatures();
Features.markupPack();
pack.features = JSON.parse(data[12]);
pack.cultures = JSON.parse(data[13]);
pack.states = JSON.parse(data[14]);