Skip to content

Commit

Permalink
Fixed missing , in array
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparker95 committed Jul 29, 2023
1 parent a421ad6 commit 5a16918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Templates/Undercover/CivObjects.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ g_UM_civBackpacks = [
"vn_c_pack_01",
"vn_c_pack_01_medic_pl",
"vn_c_pack_01_engineer_pl",
"vn_c_pack_02"
"vn_c_pack_02",

// World War 2 CDLC
"B_SPE_CIV_musette",
Expand Down

0 comments on commit 5a16918

Please sign in to comment.