From 3fa5b6958c8a36efab5f08344c26f18db3bc285f Mon Sep 17 00:00:00 2001 From: BaerMitUmlaut Date: Mon, 5 Oct 2020 10:36:49 +0200 Subject: [PATCH] Remove duplicate clone Co-authored-by: Dystopian --- addons/dragging/functions/fnc_carryObject.sqf | 3 --- 1 file changed, 3 deletions(-) diff --git a/addons/dragging/functions/fnc_carryObject.sqf b/addons/dragging/functions/fnc_carryObject.sqf index 121b673cf9..e3f8c2b61e 100644 --- a/addons/dragging/functions/fnc_carryObject.sqf +++ b/addons/dragging/functions/fnc_carryObject.sqf @@ -26,9 +26,6 @@ private _direction = _target getVariable [QGVAR(carryDirection), 0]; // handle objects vs persons if (_target isKindOf "CAManBase") then { - if (!alive _target) then { - _target = [_target] call FUNC(createClone); - }; [_unit, "AcinPercMstpSnonWnonDnon", 2, true] call EFUNC(common,doAnimation); [_target, "AinjPfalMstpSnonWnonDf_carried_dead", 2, true] call EFUNC(common,doAnimation);