From f3093ee2a0be85a715afb137a9f2b83203ad19bd Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Fri, 5 Nov 2021 19:24:39 -0500 Subject: [PATCH] Logistics Rope - Use generic model instead of one linked to DLC --- addons/logistics_rope/CfgWeapons.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/logistics_rope/CfgWeapons.hpp b/addons/logistics_rope/CfgWeapons.hpp index 4efb85f51bc..c5f1b384a2a 100644 --- a/addons/logistics_rope/CfgWeapons.hpp +++ b/addons/logistics_rope/CfgWeapons.hpp @@ -4,7 +4,7 @@ class CfgWeapons { class ACE_ropeBase: ACE_ItemCore { scope = 1; picture = QPATHTOF(data\m_rope_ca); - model = "\A3\Structures_F_Heli\Items\Tools\Rope_01_F.p3d"; + // model = "\A3\Structures_F_Heli\Items\Tools\Rope_01_F.p3d"; // model is Locked to Helicopter DLC descriptionShort = CSTRING(descriptionShort); };