mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-05 17:14:03 +00:00
Fix settings version
This commit is contained in:
parent
1fade52c20
commit
15a4e0c580
@ -481,7 +481,7 @@ export class ApplicationSettings extends ReadWriteProxy {
|
||||
}
|
||||
|
||||
getCurrentVersion() {
|
||||
return 17;
|
||||
return 18;
|
||||
}
|
||||
|
||||
/** @param {{settings: SettingsStorage, version: number}} data */
|
||||
@ -553,6 +553,7 @@ export class ApplicationSettings extends ReadWriteProxy {
|
||||
data.settings.enableColorBlindHelper = false;
|
||||
data.version = 17;
|
||||
}
|
||||
|
||||
if (data.version < 18) {
|
||||
data.settings.rotationByBuilding = true;
|
||||
data.version = 18;
|
||||
|
Loading…
Reference in New Issue
Block a user