From 16fe17645f9cdc2c6211310eaf323fe35a5214e1 Mon Sep 17 00:00:00 2001 From: icomrade Date: Sun, 1 May 2016 22:10:38 -0400 Subject: [PATCH] Don't redefine vehicle EH doing so breaks the destruction fix --- SQF/dayz_code/Configs/CfgVehicles/Boat/RHIB.hpp | 6 ------ SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp | 2 -- 2 files changed, 8 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgVehicles/Boat/RHIB.hpp b/SQF/dayz_code/Configs/CfgVehicles/Boat/RHIB.hpp index 40c69c24d..1cdfd80ba 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Boat/RHIB.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Boat/RHIB.hpp @@ -239,12 +239,6 @@ class Ship : AllVehicles "GetOutLow" }; precision = 10; - class Eventhandlers : DefaultEventhandlers - { - }; - class DestructionEffects - { - }; }; class SmallShip: Ship { diff --git a/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp b/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp index 4ecdfee99..dec777eb6 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp @@ -361,8 +361,6 @@ class CfgVehicles { minFov = 0.466; maxFov = 0.466; }; - class DefaultEventhandlers; - class Eventhandlers: DefaultEventhandlers{}; smokeLauncherGrenadeCount = 6; smokeLauncherVelocity = 15; smokeLauncherOnTurret = 1;