From 7b32cb76f8c7c5476c262da5d3a80046279d6677 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Fri, 6 Oct 2023 19:39:11 -0500 Subject: [PATCH] Interact Menu - Fix zeus cursor menu closing (#9466) --- addons/interact_menu/functions/fnc_keyUp.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/interact_menu/functions/fnc_keyUp.sqf b/addons/interact_menu/functions/fnc_keyUp.sqf index 3f80201c03..a12a404da7 100644 --- a/addons/interact_menu/functions/fnc_keyUp.sqf +++ b/addons/interact_menu/functions/fnc_keyUp.sqf @@ -23,6 +23,7 @@ if (GVAR(openedMenuType) < 0) exitWith {true}; if (uiNamespace getVariable [QGVAR(cursorMenuOpened),false]) then { (findDisplay 91919) closeDisplay 2; }; +if ((!isNull curatorCamera) && {!isNull (findDisplay 91919)}) then { closeDialog 2; }; if (GVAR(actionSelected)) then { private _player = ACE_Player;