From dac7fc5c4b52a2f6f4a1596aa42aa87e3417acbd Mon Sep 17 00:00:00 2001 From: dayz10k Date: Tue, 19 Nov 2013 11:39:26 -0500 Subject: [PATCH] Gunrack and Fire Barrel tweaks (Remove/comment out eventhandler) #721 --- SQF/dayz_code/Configs/cfgVehicles.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index c22831fcc..81fa6a5ab 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -1952,10 +1952,10 @@ class CfgVehicles { constructioncount = 2; removeoutput[] = {{"ItemFuelBarrelEmpty",1}}; nounderground = 0; - class EventHandlers + /*class EventHandlers { init = "(_this select 0) inflame 1"; - }; + };*/ }; class Gunrack1; class GunRack_DZ: Gunrack1