diff --git a/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/M60A4.hpp b/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/M60A4.hpp new file mode 100644 index 000000000..3e8052e96 --- /dev/null +++ b/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/M60A4.hpp @@ -0,0 +1,4 @@ +class M60A4_EP1; +class M60A4_EP1_DZE : M60A4_EP1 { + type = "1"; +};