Skip to content

Commit

Permalink
Revert changes to Mk1 EMR
Browse files Browse the repository at this point in the history
  • Loading branch information
xrufix committed Nov 7, 2018
1 parent c9ad968 commit 93af9ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions addons/jam/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ class CfgWeapons {
class DMR_03_base_F: Rifle_Long_Base_F {
magazineWell[] = {"CBA_762x51_M14"};
};
class DMR_06_base_F: Rifle_Long_Base_F {
magazineWell[] = {"CBA_762x51_AR10"};
};
class arifle_SPAR_03_base_F : Rifle_Base_F {
magazineWell[] = {"CBA_762x51_HK417"};
};
Expand Down
6 changes: 1 addition & 5 deletions addons/jam/magwells_762x51.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@

class CBA_762x51_AR10 { // AR-10 standard mag (20 rounds)
BI_mags[] = {
"20Rnd_762x51_Mag"
};
};
class CBA_762x51_AR10 {}; // AR-10 standard mag (20 rounds)
class CBA_762x51_AR10_L {}; // AR-10 long mag (25/30 rounds)
class CBA_762x51_AR10_XL {}; // AR-10 drum mag (X-Products 50 round)

Expand Down

0 comments on commit 93af9ef

Please sign in to comment.