Update fnc_createClone.sqf

This commit is contained in:
johnb432 2023-10-21 12:23:06 +02:00
parent 1ccd2b4643
commit 29881bc9a1

View File

@ -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;