Skip to content

Commit

Permalink
Merge pull request #268 from folkarps/issue267
Browse files Browse the repository at this point in the history
Issue 267
  • Loading branch information
SamLex authored Oct 3, 2019
2 parents 8faf3e9 + aa9d763 commit 47f6736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f/briefing/f_orbatNotes.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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)}};

Expand Down

0 comments on commit 47f6736

Please sign in to comment.