Skip to content

Commit

Permalink
JR - Fix suppressor file path changes in 1.92 (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored and commy2 committed May 1, 2019
1 parent 4d1a847 commit 557c135
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions addons/jr/cfgweapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -920,17 +920,14 @@ class CfgWeapons {
class muzzle_snds_H_MG: muzzle_snds_H { // we were seriously lacking a MG suppressor since BI hid these (1.64)
scope = 2;
displayName = "$STR_CBA_JR_cfgweapons_muzzle_snds_h_mg"; // 7.62 MG, can also be used on 6.5 and 5.56 MGs
picture = "\a3\weapons_f_mark\Data\UI\gear_acca_snds_338_tan_CA.paa";
model = "\a3\weapons_f\acc\acca_snds_338_tan_F";
};
class muzzle_snds_H_MG_blk_F: muzzle_snds_H_MG {
displayName = "$STR_CBA_JR_cfgweapons_muzzle_snds_h_mg"; // 7.62 MG, can also be used on 6.5 and 5.56 MGs
picture = "\a3\weapons_f_mark\Data\UI\gear_acca_snds_338_black_CA.paa";
model = "\a3\weapons_f\acc\acca_snds_338_black_F";
};
class muzzle_snds_H_MG_khk_F: muzzle_snds_H_MG {
displayName = "$STR_CBA_JR_cfgweapons_muzzle_snds_h_mg"; // 7.62 MG, can also be used on 6.5 and 5.56 MGs
picture = "\a3\weapons_f_mark\Data\UI\gear_acca_snds_338_green_CA.paa";
model = "\a3\weapons_f\acc\acca_snds_338_green_F";
};

Expand Down

0 comments on commit 557c135

Please sign in to comment.