diff --git a/public/modules/dynamic/auto-update.js b/public/modules/dynamic/auto-update.js index 6e252330..0b1cd227 100644 --- a/public/modules/dynamic/auto-update.js +++ b/public/modules/dynamic/auto-update.js @@ -1040,7 +1040,7 @@ export function resolveVersionConflicts(mapVersion) { if (isOlderThan("1.111.0")) { // v1.111.0 moved ice data from SVG to data model // Migrate old ice SVG elements to new pack.ice structure - if (!pack.ice) { + if (!pack.ice.length) { pack.ice = []; let iceId = 0;