mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Interact Menu - Fix zeus cursor menu closing (#9466)
This commit is contained in:
parent
e8d1695c83
commit
7b32cb76f8
@ -23,6 +23,7 @@ if (GVAR(openedMenuType) < 0) exitWith {true};
|
|||||||
if (uiNamespace getVariable [QGVAR(cursorMenuOpened),false]) then {
|
if (uiNamespace getVariable [QGVAR(cursorMenuOpened),false]) then {
|
||||||
(findDisplay 91919) closeDisplay 2;
|
(findDisplay 91919) closeDisplay 2;
|
||||||
};
|
};
|
||||||
|
if ((!isNull curatorCamera) && {!isNull (findDisplay 91919)}) then { closeDialog 2; };
|
||||||
|
|
||||||
if (GVAR(actionSelected)) then {
|
if (GVAR(actionSelected)) then {
|
||||||
private _player = ACE_Player;
|
private _player = ACE_Player;
|
||||||
|
Loading…
Reference in New Issue
Block a user