Skip to content

Commit

Permalink
Update fn_addInsigniaSelectionList.sqf
Browse files Browse the repository at this point in the history
Capitalization was incorrect
  • Loading branch information
pool011 authored Apr 7, 2024
1 parent cfcafa1 commit 1addcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cScripts/functions/systems/fn_addInsigniaSelectionList.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if (!isPlayer _object) then {
[_object,"Squad Insignia 2/1/C/1-7","Charlie_1_2","z\cav\addons\insignia\data\Charlie_1_2.paa",_charlieCategory] call FUNC(addInsigniaSelection);
[_object,"Squad Insignia 3/1/C/1-7","Charlie_1_3","z\cav\addons\insignia\data\Charlie_1_3.paa",_charlieCategory] call FUNC(addInsigniaSelection);
[_object,"Squad Insignia 4/1/C/1-7","Charlie_1_4","z\cav\addons\insignia\data\Charlie_1_4.paa",_charlieCategory] call FUNC(addInsigniaSelection);
[_object,"Squad Insignia 4/1/C/1-7 (Colored)","charlie_1_4_colored","z\cav\addons\insignia\data\charlie_1_4_colored.paa",_charlieCategory] call FUNC(addInsigniaSelection);
[_object,"Squad Insignia 4/1/C/1-7 (Colored)","charlie_1_4_colored","z\cav\addons\insignia\data\Charlie_1_4_Colored.paa",_charlieCategory] call FUNC(addInsigniaSelection);

// Charlie Company 2nd Platoon
[_object,"Platoon Insignia 2/C/1-7","Charlie_2","z\cav\addons\insignia\data\Charlie_2.paa",_charlieCategory] call FUNC(addInsigniaSelection);
Expand Down

0 comments on commit 1addcfd

Please sign in to comment.