ACE3 icon indicating copy to clipboard operation
ACE3 copied to clipboard

Dragging - Fix dead body weapon carrying

Open Dystopian opened this issue 4 months ago • 1 comments

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.

Dystopian avatar Oct 19 '24 00:10 Dystopian