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:
parent
5749fbe7eb
commit
c9cd0dff81
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user