mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #2408 from acemod/FixRTPinMDAGR
Posible fix for #2407
This commit is contained in:
commit
cbc86a1280
@ -18,7 +18,7 @@
|
||||
private ["_display", "_wpIndex"];
|
||||
|
||||
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");};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user