Merge pull request #6518 from photodude/patch-1

Overwrite prime_tower_position_* use value not default_value
This commit is contained in:
Jaime van Kessel 2019-10-11 11:46:27 +02:00 committed by GitHub
commit a91b35c2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,10 +85,10 @@
"default_value": 2 "default_value": 2
}, },
"prime_tower_position_x": { "prime_tower_position_x": {
"default_value": 50 "value": "50"
}, },
"prime_tower_position_y": { "prime_tower_position_y": {
"default_value": 50 "value": "50"
} }
} }
} }