mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
Current Version(without the save changes)
This commit is contained in:
parent
0936a03c60
commit
104fd9b8d5
5 changed files with 14 additions and 17 deletions
|
|
@ -639,6 +639,7 @@ export function resolveVersionConflicts(version) {
|
|||
|
||||
if (version < 1.89) {
|
||||
//May need a major bump
|
||||
options.SouthPoleTemperature = +temperatureNorthPoleInput.value;
|
||||
options.tempNorthPole = +temperatureNorthPoleInput.value;
|
||||
options.tempSouthPole = +temperatureNorthPoleInput.value;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue