From e2b33c76f14c4b2d4e7d1418805b3a684135f9e9 Mon Sep 17 00:00:00 2001 From: Florian Kinder Date: Fri, 31 Jan 2014 08:07:59 +0100 Subject: [PATCH] fixed removed DZE_Doors --- SQF/dayz_code/Configs/cfgVehicles.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index f7bd600a9..d3024eb53 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -16,6 +16,7 @@ class CfgVehicles { class HouseBase; class Ruins: HouseBase {}; #include "CfgVehicles\antihack_plants.hpp" + #include "CfgVehicles\DZE\Doors.hpp" #include "CfgVehicles\DZE\LockboxStorage.hpp" #include "CfgVehicles\DZE\VaultStorage.hpp"