Current Version(without the save changes)

This commit is contained in:
StempunkDev 2023-07-28 15:39:34 +02:00
parent 0936a03c60
commit 104fd9b8d5
5 changed files with 14 additions and 17 deletions

View file

@ -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;
}
}