Skip to content

Commit

Permalink
Fix inverted args on ATTACH_VEHICLE_TO_CARGOBOB (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan authored Aug 28, 2023
1 parent ab8f61e commit 1fa980c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions natives.json
Original file line number Diff line number Diff line change
Expand Up @@ -112114,11 +112114,11 @@
"params": [
{
"type": "Vehicle",
"name": "vehicle"
"name": "cargobob"
},
{
"type": "Vehicle",
"name": "cargobob"
"name": "vehicle"
},
{
"type": "int",
Expand Down

0 comments on commit 1fa980c

Please sign in to comment.