mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Posible fix for #2407
This commit is contained in:
parent
bda41f2cd1
commit
5feee53c69
@ -18,7 +18,7 @@
|
|||||||
private ["_display", "_wpIndex"];
|
private ["_display", "_wpIndex"];
|
||||||
|
|
||||||
disableSerialization;
|
disableSerialization;
|
||||||
_display = uiNamespace getVariable [[QGVAR(RscTitleDisplay), QGVAR(DialogDisplay)] select GVAR(currentShowMode) == DISPLAY_MODE_DIALOG, displayNull];
|
_display = uiNamespace getVariable [[QGVAR(RscTitleDisplay), QGVAR(DialogDisplay)] select (GVAR(currentShowMode) == DISPLAY_MODE_DIALOG), displayNull];
|
||||||
|
|
||||||
if (isNull _display) exitWith {ERROR("No Display");};
|
if (isNull _display) exitWith {ERROR("No Display");};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user