Even more fixing

This commit is contained in:
Josuan Albin
2017-11-05 18:30:24 +01:00
parent e2f2cdad6c
commit d3f0270ae9

View File

@ -18,7 +18,7 @@ params ["_display", "_control"];
if !(ctrlEnabled _control) exitWith {};
private _data = [profileNamespace getVariable [QGVAR(saved_loadouts), []], GVAR(defaultLoadoutsList)] select (GVAR(currentLoadoutsTab) == IDC_buttonDefaultLoadouts);
private _data = [profileNamespace getVariable [QGVAR(saved_loadouts), []], GVAR(defaultLoadoutsList)] select (GVAR(currentLoadoutsTab) == IDC_buttonDefaultLoadouts && {is3DEN});
private _contentPanelCtrl = _display displayCtrl IDC_contentPanel;
private _curSelRow = lnbCurSelRow _contentPanelCtrl;