From 2f196bb146daecb404754086973cdcf4f542b535 Mon Sep 17 00:00:00 2001 From: "Skaronator.com" Date: Sat, 22 Nov 2014 22:40:54 +0100 Subject: [PATCH] Include FN_FAL_ANPVS4 #1587 --- SQF/dayz_code/Configs/CfgWeapons.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgWeapons.hpp b/SQF/dayz_code/Configs/CfgWeapons.hpp index 2832a8e54..0f987c716 100644 --- a/SQF/dayz_code/Configs/CfgWeapons.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons.hpp @@ -279,5 +279,5 @@ 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\Rifle\FN_FAL_ANPVS4_DZE.hpp" + #include "CfgWeapons\Weapon\Rifle\FN_FAL_ANPVS4_DZE.hpp" };