Skip to content

Commit

Permalink
Ignore weapon holders, fixes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuel authored Feb 11, 2017
1 parent c161346 commit a6aa4a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/greuh_liberation.Default/classnames.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -429,4 +431,4 @@ GRLIB_ignore_colisions_when_building = [
];

GRLIB_sar_wreck = "Land_Wreck_Heli_Attack_01_F";
GRLIB_sar_fire = "test_EmptyObjectForFireBig";
GRLIB_sar_fire = "test_EmptyObjectForFireBig";

0 comments on commit a6aa4a6

Please sign in to comment.