From eddc0c378bd7e78d8a2122af9b2b7f483975fd53 Mon Sep 17 00:00:00 2001 From: A Man Date: Tue, 5 May 2020 21:57:34 +0200 Subject: [PATCH] Move 200Rnd_762x51_M240 to vehicle ammo --- SQF/dayz_code/Configs/CfgMagazines/Magazines/762x51.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgMagazines/Magazines/762x51.hpp b/SQF/dayz_code/Configs/CfgMagazines/Magazines/762x51.hpp index 2cc68fdd1..111aa3d4d 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Magazines/762x51.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Magazines/762x51.hpp @@ -95,12 +95,6 @@ class 100Rnd_762x51_M240: CA_Magazine }; }; -class 200Rnd_762x51_M240 : 100Rnd_762x51_M240 { - displayName = "200Rnd. M240"; - count = 200; - descriptionShort = $STR_DZ_MAG_200RND_M240_DESC; -}; - class 20Rnd_762x51_B_SCAR : CA_Magazine { model = "\z\addons\dayz_epoch_w\magazine\dze_mk17_mag.p3d";