Skip to content

Commit

Permalink
Remove high capacity magwells from mk20 (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Drofseh authored and commy2 committed Jun 3, 2019
1 parent 0befa1c commit 9c02b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/jam/CfgWeapons.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class CfgWeapons {
class Rifle_Base_F;
class mk20_base_F: Rifle_Base_F {
magazineWell[] += {"CBA_556x45_STANAG","CBA_556x45_STANAG_L","CBA_556x45_STANAG_XL","CBA_556x45_STANAG_2D"};
magazineWell[] += {"CBA_556x45_STANAG"};
};

class SDAR_base_F: Rifle_Base_F {
Expand Down

0 comments on commit 9c02b92

Please sign in to comment.