Skip to content

Commit

Permalink
fix #6237 (#6238)
Browse files Browse the repository at this point in the history
  • Loading branch information
shukari authored and PabstMirror committed Apr 10, 2018
1 parent 50abe91 commit 181d2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/cargo/functions/fnc_paradropItem.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ _itemObject setVelocity ((velocity _vehicle) vectorAdd ((vectorNormalized (vecto

private _velocity = velocity _item;

_item attachTo [_parachute, [0,0,-1]];
_item attachTo [_parachute, [0,0,1]];
_parachute setVelocity _velocity;

private _light = "Chemlight_yellow" createVehicle [0,0,0];
Expand Down

0 comments on commit 181d2ef

Please sign in to comment.