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

Merge pull request #1 from dengr1065/patch-1

Fix lint fail
This commit is contained in:
Exund 2020-09-12 12:18:19 +02:00 committed by GitHub
commit 756e7de638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -640,7 +640,7 @@ export class ApplicationSettings extends ReadWriteProxy {
data.settings.refreshRate = "60";
}
if(data.version < 25) {
if (data.version < 25) {
data.settings.pickMinerOnPatch = true;
data.version = 25;
}