Skip to content

Commit

Permalink
Fix MG3 magazine well
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren committed Sep 18, 2023
1 parent 7ff35f7 commit 52cda17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/jam/jam_gm/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class CfgWeapons {
class gm_machineGun_base: gm_rifle_base {};

class gm_mg3_base: gm_machineGun_base {
magazineWell[] += {"gm_mg3_base"};
magazineWell[] += {"CBA_762x51_LINKS"};
};

class gm_pk_base: gm_machineGun_base {
Expand Down

0 comments on commit 52cda17

Please sign in to comment.