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

Fix that one space :D

Linter go brrrr
This commit is contained in:
dengr1065 2020-09-12 13:13:58 +03:00 committed by GitHub
parent 5749fbe7eb
commit c9cd0dff81
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;
}