mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
HuntIR - Move magwell compat to huntIR config (#6813)
This commit is contained in:
parent
780e74e975
commit
afd957f1e7
@ -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"};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
class CfgMagazineWells {
|
|
||||||
class UGL_40x36 { // rhsusf\addons\rhsusf_c_weapons\cfgMagazineWells.hpp
|
|
||||||
ADDON[] = {"ACE_HuntIR_M203"};
|
|
||||||
};
|
|
||||||
};
|
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user