Skip to content

Commit

Permalink
Missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
pool011 committed Apr 20, 2024
1 parent 87ded50 commit 50a204b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cScripts/functions/init/fn_init_logistics.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ private _dataArray = [
["NDS_M_6Rnd_60mm_HE", 0],
["NDS_M_6Rnd_60mm_HE_0", 0],
["NDS_M_6Rnd_60mm_SMOKE", 0],
["avm224_M_6Rnd_60mm_ILLUM_IR", 0]
["avm224_M_6Rnd_60mm_ILLUM_IR", 0],

["ACE_1Rnd_82mm_Mo_HE", 0],
["ACE_1Rnd_82mm_Mo_Illum", 0],
Expand Down Expand Up @@ -631,14 +631,14 @@ private _dataArray = [

// Smoke Grenades
["SmokeShell", 10],
["SmokeShellRed", 10],
["SmokeShellBlue", 4],
["SmokeShellRed", 2],
["SmokeShellBlue", 2],
["SmokeShellYellow", 2],
["SmokeShellGreen", 2],

// Medical
["ACE_quikclot", 50],
["ACE_tourniquet", 18]
["ACE_quikclot", 40],
["ACE_tourniquet", 10]
]],
["crate_strykerDragoon_60mm",[
["NDS_M_6Rnd_60mm_HE", 7],
Expand Down

0 comments on commit 50a204b

Please sign in to comment.