From a6aa4a6fd0dde16a79a791115812322b06f92ea5 Mon Sep 17 00:00:00 2001 From: Cuel Date: Sat, 11 Feb 2017 11:17:52 +0100 Subject: [PATCH] Ignore weapon holders, fixes #22 --- src/greuh_liberation.Default/classnames.sqf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/greuh_liberation.Default/classnames.sqf b/src/greuh_liberation.Default/classnames.sqf index bc7dde6..273a71a 100644 --- a/src/greuh_liberation.Default/classnames.sqf +++ b/src/greuh_liberation.Default/classnames.sqf @@ -405,6 +405,8 @@ GRLIB_intel_chair = "Land_CampingChair_V2_F"; GRLIB_intel_file = "Land_File1_F"; GRLIB_intel_laptop = "Land_Laptop_device_F"; GRLIB_ignore_colisions_when_building = [ + "GroundWeaponHolder", + "WeaponHolderSimulated", "ACE_MedicalLitterBase", "ACE_MedicalLitter_clean", "ACE_MedicalLitter_bandage1", @@ -429,4 +431,4 @@ GRLIB_ignore_colisions_when_building = [ ]; GRLIB_sar_wreck = "Land_Wreck_Heli_Attack_01_F"; -GRLIB_sar_fire = "test_EmptyObjectForFireBig"; \ No newline at end of file +GRLIB_sar_fire = "test_EmptyObjectForFireBig";