diff --git a/SQF/dayz_code/Configs/CfgWeapons.hpp b/SQF/dayz_code/Configs/CfgWeapons.hpp index 0f987c716..4f92ba6c1 100644 --- a/SQF/dayz_code/Configs/CfgWeapons.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons.hpp @@ -279,5 +279,6 @@ class CfgWeapons { #include "CfgWeapons\Weapon\LMG\M249_EP1.hpp" #include "CfgWeapons\Weapon\LMG\M249_m145_EP1.hpp" #include "CfgWeapons\Weapon\LMG\M60A4.hpp" + #include "CfgWeapons\Weapon\LMG\BAF_L110A1_Aim.hpp" #include "CfgWeapons\Weapon\Rifle\FN_FAL_ANPVS4_DZE.hpp" }; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/BAF_L110A1_Aim.hpp b/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/BAF_L110A1_Aim.hpp new file mode 100644 index 000000000..d389ad01b --- /dev/null +++ b/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/BAF_L110A1_Aim.hpp @@ -0,0 +1,4 @@ +class BAF_L110A1_Aim; +class BAF_L110A1_Aim_DZE:BAF_L110A1_Aim { + type = "1"; +};