ACE3
ACE3 copied to clipboard
Dragging - Fix dead body weapon carrying
When merged this pull request will:
- title.
Looks like isNull objectParent _target
part here is for unit vehicle check. Since recent Arma changes objectParent
for WeaponHolderSimulated
(dead body weapons) returns dead body unit. And then you can't carry these weapons anymore.
This PR forces objectParent
check only for units.