mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed incorrect canShow function
This commit is contained in:
parent
07e6c89267
commit
4ea91d832e
@ -17,6 +17,6 @@
|
||||
|
||||
private ["_returnValue"];
|
||||
|
||||
_returnValue = ("ACE_ATragMX" in (items ACE_player)) && {[ACE_player, objNull, ["notOnMap", "isNotInside"]] call EFUNC(common,canInteractWith)} && {!(underwater ACE_player)};
|
||||
_returnValue = (("ACE_ATragMX" in (uniformItems ACE_player)) || ("ACE_ATragMX" in (vestItems ACE_player))) && !(underwater ACE_player);
|
||||
|
||||
_returnValue
|
||||
|
Loading…
Reference in New Issue
Block a user