diff --git a/addons/dragging/functions/fnc_createClone.sqf b/addons/dragging/functions/fnc_createClone.sqf index e2c9e8c850..3d454aea9c 100644 --- a/addons/dragging/functions/fnc_createClone.sqf +++ b/addons/dragging/functions/fnc_createClone.sqf @@ -24,7 +24,6 @@ private _clone = createVehicle [QGVAR(clone), _posATL]; // Clone loadout [_clone, _target call CBA_fnc_getLoadout] call CBA_fnc_setLoadout; -[_clone, _target call BIS_fnc_getUnitInsignia] call BIS_fnc_setUnitInsignia; // Hide unit until it can be moved below terrain private _isObjectHidden = isObjectHidden _target;