HuntIR - Move magwell compat to huntIR config (#6813)

This commit is contained in:
PabstMirror 2019-02-13 12:39:10 -06:00 committed by GitHub
parent 780e74e975
commit afd957f1e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 7 deletions

View File

@ -2,7 +2,7 @@ class CfgMagazineWells {
class CBA_40mm_M203 { class CBA_40mm_M203 {
ADDON[] = {"ACE_HuntIR_M203"}; ADDON[] = {"ACE_HuntIR_M203"};
}; };
class UGL_40x36 { //Vanilla class UGL_40x36 { //Vanilla and RHS [rhsusf\addons\rhsusf_c_weapons\cfgMagazineWells.hpp]
ADDON[] = {"ACE_HuntIR_M203"}; ADDON[] = {"ACE_HuntIR_M203"};
}; };
}; };

View File

@ -1,5 +0,0 @@
class CfgMagazineWells {
class UGL_40x36 { // rhsusf\addons\rhsusf_c_weapons\cfgMagazineWells.hpp
ADDON[] = {"ACE_HuntIR_M203"};
};
};

View File

@ -17,7 +17,6 @@ class CfgPatches {
#include "CfgAmmo.hpp" #include "CfgAmmo.hpp"
#include "CfgEventHandlers.hpp" #include "CfgEventHandlers.hpp"
#include "CfgMagazines.hpp" #include "CfgMagazines.hpp"
#include "CfgMagazineWells.hpp"
#include "CfgWeapons.hpp" #include "CfgWeapons.hpp"
#include "CfgVehicles.hpp" #include "CfgVehicles.hpp"
#include "CfgGlasses.hpp" #include "CfgGlasses.hpp"