mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed unnecessary canInteractWith check
This commit is contained in:
parent
c94c1c1bcb
commit
0a7552d46f
@ -17,6 +17,6 @@
|
||||
|
||||
private ["_returnValue"];
|
||||
|
||||
_returnValue = ("ACE_Kestrel4500" in (items ACE_player)) && {[ACE_player, objNull, ["notOnMap", "isNotInside"]] call EFUNC(common,canInteractWith)} && {!(underwater ACE_player)};
|
||||
_returnValue = ("ACE_Kestrel4500" in (items ACE_player)) && {!(underwater ACE_player)};
|
||||
|
||||
_returnValue
|
||||
|
Loading…
Reference in New Issue
Block a user