From ce1f43ef3f4c5e57fce487abb97a7e3fba5226b7 Mon Sep 17 00:00:00 2001 From: facoptere Date: Mon, 18 Nov 2013 17:28:38 +0100 Subject: [PATCH] Configs: antihack for logic and plants --- SQF/dayz_code/Configs/cfgVehicles.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index 7b98c8a72..fd0ec8431 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -9,6 +9,8 @@ class CfgVehicles { #include "CfgVehicles\Zeds\NewZeds.hpp" #include "CfgVehicles\Zeds\PlayerZeds.hpp" #include "CfgVehicles\Females\females.hpp" + #include "CfgVehicles\antihack_logic.hpp" + #include "CfgVehicles\antihack_plants.hpp" class All;