Scuffed Saving solution

This commit is contained in:
StempunkDev 2023-07-28 14:08:29 +02:00
parent ed723c374a
commit 0936a03c60
6 changed files with 23 additions and 12 deletions

View file

@ -639,6 +639,6 @@ export function resolveVersionConflicts(version) {
if (version < 1.89) {
//May need a major bump
options.SouthPoleTemperature = +temperatureNorthPoleInput.value;
}
}