Tripod - use addToInventory

This commit is contained in:
PabstMirror 2015-06-05 21:13:33 -05:00
parent 237b5b4e35
commit 732dbd315a

View File

@ -24,7 +24,7 @@ if ((_unit call CBA_fnc_getUnitAnim) select 0 == "stand") then {
[{
PARAMS_2(_tripod,_unit);
_unit addItem "ACE_Tripod";
[_unit, "ACE_Tripod"] call EFUNC(common,addToInventory);
deleteVehicle _tripod;
}, [_tripod, _unit], 1, 0]call EFUNC(common,waitAndExecute);