feat: zones editor - update to work with pack data

This commit is contained in:
Azgaar 2024-08-27 11:29:12 +02:00
parent 01d1a108b5
commit 58f8a59a26
6 changed files with 67 additions and 76 deletions

View file

@ -925,4 +925,9 @@ export function resolveVersionConflicts(mapVersion) {
}
}
}
if (isOlderThan("1.100.0")) {
// v1.100.00 added zones to pack data
zones.stlye("display", "none");
}
}