Update addons/dragging/functions/fnc_dropClone.sqf

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
This commit is contained in:
johnb432 2024-02-02 10:47:47 -08:00 committed by GitHub
parent 824a9f6afe
commit f805604901
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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