mirror of
https://github.com/redned70/Trader-Mod.git
synced 2024-08-30 16:52:16 +00:00
comment out HLC as it is replace by NIArms
This commit is contained in:
parent
12ed64c191
commit
672b4927c7
@ -19,7 +19,7 @@
|
||||
"RHSForegripAttachments",
|
||||
"MuzzleAttachments",
|
||||
"APEXMuzzleAttachments",
|
||||
"HLCMuzzleAttachments",
|
||||
//"HLCMuzzleAttachments", //should use NIArms
|
||||
"CUPMuzzleAttachments",
|
||||
"MASMuzzleAttachments",
|
||||
"NIAMuzzleAttachments",
|
||||
@ -27,7 +27,7 @@
|
||||
"RHSMuzzleAttachments",
|
||||
"OpticAttachments",
|
||||
"APEXOpticAttachments",
|
||||
"HLCOpticAttachments",
|
||||
//"HLCOpticAttachments", //should use NIArms
|
||||
"CUPOpticAttachments",
|
||||
"MASOpticAttachments",
|
||||
"NIAOpticAttachments",
|
||||
@ -37,7 +37,7 @@
|
||||
"Ammunition",
|
||||
"APEXAmmunition",
|
||||
"GREFAmmunition",
|
||||
"HLCAmmunition",
|
||||
//"HLCAmmunition", //should use NIArms
|
||||
"CUPAmmunition",
|
||||
"MASAmmunition",
|
||||
"NIAAmmunition",
|
||||
@ -58,7 +58,7 @@
|
||||
"RHSSubMachineGuns",
|
||||
"LightMachineGuns",
|
||||
"APEXLightMachineGuns",
|
||||
"HLCLightMachineGuns",
|
||||
//"HLCLightMachineGuns", //should use NIArms
|
||||
"CUPLightMachineGuns",
|
||||
"MASLightMachineGuns",
|
||||
"NIALightMachineGuns",
|
||||
@ -67,7 +67,7 @@
|
||||
"AssaultRifles",
|
||||
"APEXAssaultRifles",
|
||||
"HAPASSAULTRIFLES",
|
||||
"HLCAssaultRifles",
|
||||
//"HLCAssaultRifles", //should use NIArms
|
||||
"CUPAssaultRifles",
|
||||
"MASAssaultRifles",
|
||||
"NIAAssaultRifles",
|
||||
@ -77,7 +77,7 @@
|
||||
"SniperRifles",
|
||||
"APEXSniperRifles",
|
||||
"HAPSNIPERRIFLES",
|
||||
"HLCSniperRifles",
|
||||
//"HLCSniperRifles", //should use NIArms
|
||||
"HWPweapons",
|
||||
"CUPSniperRifles",
|
||||
"MASSniperRifles",
|
||||
|
@ -66,7 +66,7 @@ class CfgExileArsenal
|
||||
#include "TRADERS\EBM\ItemListEBM.hpp"
|
||||
#include "TRADERS\FMP\ItemListFMP.hpp"
|
||||
#include "TRADERS\HAP\ItemListHAP.hpp"
|
||||
#include "TRADERS\HLC\ItemListHLC.hpp"
|
||||
//#include "TRADERS\HLC\ItemListHLC.hpp" //should use NIArms
|
||||
#include "TRADERS\HVP\ItemListHVP.hpp"
|
||||
#include "TRADERS\HWP\ItemListHWP.hpp"
|
||||
#include "TRADERS\Jonzie\ItemListJonzie.hpp"
|
||||
@ -98,7 +98,7 @@ class CfgTraderCategories
|
||||
#include "TRADERS\EBM\TraderCategoriesEBM.hpp"
|
||||
#include "TRADERS\FMP\TraderCategoriesFMP.hpp"
|
||||
#include "TRADERS\HAP\TraderCategoriesHAP.hpp"
|
||||
#include "TRADERS\HLC\TraderCategoriesHLC.hpp"
|
||||
//#include "TRADERS\HLC\TraderCategoriesHLC.hpp" //should use NIArms
|
||||
#include "TRADERS\HVP\TraderCategoriesHVP.hpp"
|
||||
#include "TRADERS\HWP\TraderCategoriesHWP.hpp"
|
||||
#include "TRADERS\Jonzie\TraderCategoriesJonzie.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user