mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix migration
This commit is contained in:
parent
8627b4e1f9
commit
53fccd241b
@ -303,7 +303,7 @@ export class ApplicationSettings extends ReadWriteProxy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (data.version < 6) {
|
if (data.version < 6) {
|
||||||
data.alwaysMultiplace = false;
|
data.settings.alwaysMultiplace = false;
|
||||||
data.version = 6;
|
data.version = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user