Skip to content

Commit

Permalink
Fix inverted args on ATTACH_VEHICLE_TO_CARGOBOB
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Aug 24, 2023
1 parent ab8f61e commit 429a1d7
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 429a1d7

Please sign in to comment.