From 451be53219ac0e04d140d00d7a5133b6e8079a37 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Thu, 7 Sep 2017 11:39:11 -0500 Subject: [PATCH] Remove srifle_DMR_03_spotter_F (#5477) `srifle_DMR_03_spotter_F` does not exist in base game, and parent srifle_DMR_03_F is scope 2 So we were adding a duplicate weapon with only the name changed?? - Hide weapon for now via `scope = 1` to avoid breaking loadouts - Can remove later --- addons/realisticnames/CfgWeapons.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/addons/realisticnames/CfgWeapons.hpp b/addons/realisticnames/CfgWeapons.hpp index 6aa3c7c3c8..4899c72a31 100644 --- a/addons/realisticnames/CfgWeapons.hpp +++ b/addons/realisticnames/CfgWeapons.hpp @@ -233,6 +233,9 @@ class CfgWeapons { }; class srifle_DMR_03_spotter_F: srifle_DMR_03_F { + // Weapon does not exist in base game, and parent srifle_DMR_03_F is scope 2 + // Can remove entirely in 3.12 + scope = 1; displayName = CSTRING(srifle_DMR_03_spotter); //NATO DMR (provisional) spotter; }; class DMR_04_base_F: Rifle_Long_Base_F {