Removed unnecessary canInteractWith check

This commit is contained in:
ulteq 2015-04-07 20:21:16 +02:00
parent c94c1c1bcb
commit 0a7552d46f

View File

@ -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