Skip to content

Commit

Permalink
Interact Menu - Fix zeus cursor menu closing (#9466)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Oct 7, 2023
1 parent e8d1695 commit 7b32cb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/interact_menu/functions/fnc_keyUp.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7b32cb7

Please sign in to comment.