Skip to content

Commit

Permalink
Fixed classnames for pistol flashlights (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
pool011 authored Apr 18, 2024
1 parent 016a7bc commit ed5b9f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cScripts/functions/init/fn_init_logistics.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ private _dataArray = [
["UK3CB_P320_DES",0],
["UK3CB_P320_BLK",0],
["UK3CB_P320_9x19_17Rnd",0],
["acc_pistol_flashlight",0],
["acc_flashlight_pistol",0],

//Backpack
["USP_TACTICAL_PACK_CCT", 0],
Expand All @@ -1443,7 +1443,7 @@ private _dataArray = [
["UK3CB_P320_DES",0],
["UK3CB_P320_BLK",0],
["UK3CB_P320_9x19_17Rnd",0],
["acc_pistol_flashlight",0],
["acc_flashlight_pistol",0],

//Backpack
["USP_TACTICAL_PACK_CCT", 0],
Expand Down Expand Up @@ -1989,7 +1989,7 @@ private _dataArray = [
["UK3CB_P320_DES",0],
["UK3CB_P320_BLK",0],
["UK3CB_P320_9x19_17Rnd",0],
["acc_pistol_flashlight",0]
["acc_flashlight_pistol",0]
]],
["arsenal_weap_m249", [
["rhs_weap_m249_pip", 0],
Expand Down Expand Up @@ -2056,7 +2056,7 @@ private _dataArray = [
["UK3CB_P320_DES",0],
["UK3CB_P320_BLK",0],
["UK3CB_P320_9x19_17Rnd",0],
["acc_pistol_flashlight",0]
["acc_flashlight_pistol",0]
]]
];

Expand Down

0 comments on commit ed5b9f5

Please sign in to comment.