fix: load temp setting from .map file

This commit is contained in:
Azgaar 2023-08-06 19:34:54 +04:00
parent 03ffc5cadb
commit 9b80e5f6cf
2 changed files with 5 additions and 7 deletions

View file

@ -636,10 +636,4 @@ export function resolveVersionConflicts(version) {
if (coa?.shield === "state") delete coa.shield;
});
}
if (version < 1.89) {
//May need a major bump
options.temperatureNorthPole = +temperatureNorthPoleInput.value;
options.temperatureSouthPole = +temperatureNorthPoleInput.value;
}
}