From 72fe95c7976b4c8c83766d345c701695758f14da Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Wed, 30 Dec 2015 01:48:43 -0600 Subject: [PATCH] Add "isNotInZeus" to canInteractWith Re-fix #1951 (CTRL+V from climb blocking paste in zeus) --- addons/common/XEH_postInit.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/common/XEH_postInit.sqf b/addons/common/XEH_postInit.sqf index 69d28e3cab..67003397d3 100644 --- a/addons/common/XEH_postInit.sqf +++ b/addons/common/XEH_postInit.sqf @@ -449,6 +449,7 @@ if (!isNil QGVAR(PreInit_playerChanged_PFHID)) then { {_unit != _target && {vehicle _unit == vehicle _target}} }] call FUNC(addCanInteractWithCondition); +["isNotInZeus", {isNull curatorCamera}] call FUNC(addCanInteractWithCondition); ////////////////////////////////////////////////// // Set up PlayerJIP eventhandler