From aa9d763711921650acdc75013cee2dc280d6d019 Mon Sep 17 00:00:00 2001 From: shadow-fa Date: Fri, 30 Aug 2019 23:33:44 +0200 Subject: [PATCH] Fix issue 267 --- f/briefing/f_orbatNotes.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f/briefing/f_orbatNotes.sqf b/f/briefing/f_orbatNotes.sqf index 3e55b3f6..283a3785 100644 --- a/f/briefing/f_orbatNotes.sqf +++ b/f/briefing/f_orbatNotes.sqf @@ -34,7 +34,7 @@ private _groupData = f_var_groupData_all apply { [ missionNamespace getVariable [_x select 0,grpNull], getText (configfile >> "CfgMarkers" >> (_x select 1) >> "icon"), - getArray (configfile >> "CfgMarkerColors" >> (_x select 3) >> "color") call BIS_fnc_colorRGBAtoHTML + ((configfile >> "CfgMarkerColors" >> (_x select 3) >> "color") call BIS_fnc_colorConfigToRGBA) call BIS_fnc_colorRGBAtoHTML ] } select { ! isNull (_x select 0) && {(_x select 0) in (_groups + _units)}};