Skip to content

Commit

Permalink
Fix inherited PPS52 magazines by MC-10
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren committed Oct 7, 2023
1 parent a4ced99 commit fa15f81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addons/jam/jam_vn/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ class CfgWeapons {
magazineWell[] += {"CBA_762x25_PPS"};
};

class vn_mc10: vn_pps52 {
magazineWell[] = {};
};

class vn_ppsh41: vn_smg {
magazineWell[] += {"CBA_762x25_PPSh_Drum", "CBA_762x25_PPSh_Stick"};
};
Expand Down

0 comments on commit fa15f81

Please sign in to comment.