Interact Menu - Fix zeus cursor menu closing (#9466)

This commit is contained in:
PabstMirror 2023-10-06 19:39:11 -05:00 committed by GitHub
parent e8d1695c83
commit 7b32cb76f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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