Skip to content

Commit

Permalink
HLC_WP_M16A2
Browse files Browse the repository at this point in the history
==================

- Corrected main addon Dependency, Version Number
  • Loading branch information
toadie2k committed Nov 27, 2019
1 parent b2ae790 commit 94a2a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hlc_wp_m16a2/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class CfgPatches
{
class hlcweapons_M16A2
{
requiredaddons[] = { "A3_Data_F", "A3_UI_F", "A3_Anims_F", "A3_Anims_F_Config_Sdr", "A3_Weapons_F","cba_main","cba_jr","hlcweapons_core","hlcweapons_ar15" };
requiredaddons[] = { "hlcweapons_core","hlcweapons_ar15" };
units[] = {};
weapons[] = {};
magazines[] = {};
Expand Down Expand Up @@ -147,7 +147,7 @@ class CfgWeapons


scope = public;
magazines[] = { //Standard BIS mags
magazines[] = {
__556STANAG_MAGS,__556STANAG_BI_MAGS
};
magazineWell[] = { STANAG_556x45, "CBA_556x45_STANAG", "CBA_556x45_STANAG_L", "CBA_556x45_STANAG_XL", "CBA_556x45_STANAG_2D", "CBA_556x45_STANAG_2D_XL" };
Expand Down

0 comments on commit 94a2a4a

Please sign in to comment.