1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Fix migration

This commit is contained in:
tobspr 2020-05-23 12:36:59 +02:00
parent c8a780dc96
commit c88de673dd

View File

@ -303,7 +303,7 @@ export class ApplicationSettings extends ReadWriteProxy {
}
if (data.version < 6) {
data.alwaysMultiplace = false;
data.settings.alwaysMultiplace = false;
data.version = 6;
}