From f805604901e41cf048185453113ed7f9bdab4ec5 Mon Sep 17 00:00:00 2001 From: johnb432 <58661205+johnb432@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:47:47 -0800 Subject: [PATCH] Update addons/dragging/functions/fnc_dropClone.sqf Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com> --- addons/dragging/functions/fnc_dropClone.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/dragging/functions/fnc_dropClone.sqf b/addons/dragging/functions/fnc_dropClone.sqf index 2b8e3ac61b..0ef9d9b7d2 100644 --- a/addons/dragging/functions/fnc_dropClone.sqf +++ b/addons/dragging/functions/fnc_dropClone.sqf @@ -40,7 +40,7 @@ if (!isNull _target) then { }; // Move the unit where it is local - [QGVAR(moveCorpse), [_target, getDir _unit + 180, ], _target] call CBA_fnc_targetEvent; + [QGVAR(moveCorpse), [_target, getDir _unit + 180, _pos], _target] call CBA_fnc_targetEvent; // Unhide unit if (!_isObjectHidden) then {