浏览代码

reenable old magclamps

thefloff 4 年之前
父节点
当前提交
fc52173412
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      addons - Copy/RD501_Vehicles/air/LAAT/config.cpp

+ 2 - 2
addons - Copy/RD501_Vehicles/air/LAAT/config.cpp

@@ -251,7 +251,7 @@ class CfgVehicles
 		};
 		class EventHandlers : DefaultEventhandlers {
 			fired = "_this call (uinamespace getvariable 'BIS_fnc_effectFired');";
-			//init = "[_this select 0] call RD501_Main_fnc_laatc_lift";
+			init = "[_this select 0] call RD501_Main_fnc_laatc_lift";
 		}
  
 		weapons[]=
@@ -296,4 +296,4 @@ class CfgVehicles
 	reskined_laat_mk4_full_path(muunilinst,Muunilinst,LAAT\textures\gunship_2_arc_d.paa,LAAT\textures\gunship_1_arc_d.paa)
 
 	reskined_laat_mk4_full_path(blue,Blue,LAAT\textures\gunship_2_blue.paa,LAAT\textures\gunship_1_blue.paa)
-};
+};