mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Implements some linter recommendations for CI check.
This commit is contained in:
@@ -530,7 +530,6 @@ export class ApplicationSettings extends ReadWriteProxy {
|
||||
}
|
||||
|
||||
if (data.version < 13) {
|
||||
<<<<<<< HEAD
|
||||
data.settings.compactBuildingInfo = false;
|
||||
data.version = 13;
|
||||
}
|
||||
@@ -554,11 +553,10 @@ export class ApplicationSettings extends ReadWriteProxy {
|
||||
if (data.version < 17) {
|
||||
data.settings.enableColorBlindHelper = false;
|
||||
data.version = 17;
|
||||
=======
|
||||
}
|
||||
if(data.version < 18) {
|
||||
data.settings.rotationByBuilding = true;
|
||||
data.version = 13;
|
||||
|
||||
>>>>>>> 655c356... Adds tracking for rotation per building type.
|
||||
data.version = 18;
|
||||
}
|
||||
|
||||
return ExplainedResult.good();
|
||||
|
||||
Reference in New Issue
Block a user