mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update addons/dragging/functions/fnc_dropClone.sqf
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
This commit is contained in:
parent
824a9f6afe
commit
f805604901
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user