mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Fix migration
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user