Fix excessive maximum z accelleration for Artillery Sidewinder X1 (#4733)

Bring max z acceleration to 100 from 1000
This commit is contained in:
cochcoder 2024-03-27 10:04:44 -04:00 committed by GitHub
parent 197ea20d1d
commit 5dfc624e11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,8 +43,8 @@
"960"
],
"machine_max_acceleration_z": [
"1000",
"1000"
"100",
"100"
],
"machine_max_speed_e": [
"120",