mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update addons/cargo/functions/fnc_paradropItem.sqf
This commit is contained in:
parent
61883dac06
commit
92e00ca4cf
@ -68,7 +68,7 @@ private _object = [_item, _vehicle, _posBehindVehicleAGL, false] call FUNC(unloa
|
|||||||
|
|
||||||
// Prevent collision damage
|
// Prevent collision damage
|
||||||
[QEGVAR(common,fixCollision), _parachute] call CBA_fnc_localEvent;
|
[QEGVAR(common,fixCollision), _parachute] call CBA_fnc_localEvent;
|
||||||
[QEGVAR(common,fixCollision), _object] call CBA_fnc_localEvent;
|
[QEGVAR(common,fixCollision), _object, _object] call CBA_fnc_targetEvent;
|
||||||
|
|
||||||
// Cannot use setPos on parachutes without them closing down
|
// Cannot use setPos on parachutes without them closing down
|
||||||
_parachute attachTo [_object, [0, 0, 0]];
|
_parachute attachTo [_object, [0, 0, 0]];
|
||||||
|
Loading…
Reference in New Issue
Block a user