mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
fix: load temp setting from .map file
This commit is contained in:
parent
03ffc5cadb
commit
9b80e5f6cf
2 changed files with 5 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue