Skip to content

Commit

Permalink
new ace medical gui interface category
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueTheKing committed Oct 26, 2023
1 parent 3038205 commit c436167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/gui/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private _damageColors = [
[0.00, 0.00, 1.00, 1]
];

private _categoryColors = [ACELSTRING(medical,Category), format ["| %1 |", ACELLSTRING(common,subcategory_colors)]];
private _categoryColors = [ACELSTRING(medical,Interface_Category), format ["| %1 |", ACELLSTRING(common,subcategory_colors)]];
{
[
format ["%1_%2", QACEGVAR(medical_gui,bloodLossColor), _forEachIndex],
Expand Down

0 comments on commit c436167

Please sign in to comment.