Skip to content

Commit

Permalink
Fix wrong class in M1 Garand weapon magazine wells
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren committed Sep 17, 2023
1 parent 7ff35f7 commit 100c373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/jam/jam_spe/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CfgWeapons {
};

class SPE_M1_Garand: SPE_RIFLE {
magazineWell[] += {"CBA_30Carbine_M1Carbine"};
magazineWell[] += {"CBA_3006_Garand"};
};

class SPE_M1903A3_Springfield: SPE_RIFLE {
Expand Down

0 comments on commit 100c373

Please sign in to comment.