Skip to content

Commit

Permalink
Update RscDisplayDynamicGroups.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
OverlordZorn authored Aug 14, 2024
1 parent 1133956 commit 34ccac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/dynGroups/RscDisplayDynamicGroups.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ switch _mode do
private _insignia = missionNamespace getVariable [VAR_FORCED_INSIGNIA, ""];
private _insigniaTexture = if (_insignia != "") then {["GetInsigniaTexture", [_insignia]] call GROUPS} else {["GetInsigniaTexture", [_groupPicture]] call GROUPS};
if (_insigniaTexture == "") then {
_groupIcon ctrlSetText "\z\cvo_aux\addons\dynGroups\data\noInsignia.paa";
_groupIcon ctrlSetText "\x\grad\addons\dynGroups\data\noInsignia.paa";
} else {
_groupIcon ctrlSetText _insigniaTexture;
};
Expand Down

0 comments on commit 34ccac4

Please sign in to comment.