Fix ACE Arsenal interaction condition (#6140)

* Fix ACE Arsenal interaction condition

* Remove empty array
This commit is contained in:
Josuan Albin 2018-02-10 20:13:59 +01:00 committed by PabstMirror
parent 1c6c7914dc
commit 04191e3c99

View File

@ -49,7 +49,7 @@ if (_global && {isMultiplayer} && {{_object in _x} count GVAR(EHIDArray) == 0})
{
params ["_target", "_player"];
[_player, _target, ["isNotSwimming", "isNotCarrying", "isNotDragging", "notOnMap", "isNotEscorting", "isNotOnLadder"]] call EFUNC(common,canInteractWith)
[_player, _target] call EFUNC(common,canInteractWith)
},
{},
[]