Skip to content

Commit

Permalink
fixed rear ammo pos range
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzucchi committed Mar 8, 2024
1 parent c363dda commit 56ec514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions networks/secondary/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,12 +813,12 @@
"contents": {
"rl": {
"type": "float32",
"range": [-20, 50],
"range": [-50, 20],
"force": "uint32"
},
"rr": {
"type": "float32",
"range": [-20, 50],
"range": [-50, 20],
"force": "uint32"
}
}
Expand Down

0 comments on commit 56ec514

Please sign in to comment.