From 411055260fe4863ced853b9834d6649b50eb42cb Mon Sep 17 00:00:00 2001 From: raymix Date: Sat, 26 Jul 2014 03:36:26 +0100 Subject: [PATCH] some missing defines --- SQF/dayz_code/init/variables.sqf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SQF/dayz_code/init/variables.sqf b/SQF/dayz_code/init/variables.sqf index 3f2042614..c87cc6bbc 100644 --- a/SQF/dayz_code/init/variables.sqf +++ b/SQF/dayz_code/init/variables.sqf @@ -541,6 +541,9 @@ if (isNil "DZE_selfTransfuse_Values") then { if (isNil "DZE_snapBuilding") then { DZE_snapBuilding = false; }; +if (isNil "helperDetach") then { + helperDetach = false; +}; // needed on server if(isNil "DZE_PlotPole") then { @@ -789,6 +792,8 @@ if(!isDedicated) then { DZE_5 = false; DZE_4 = false; DZE_6 = false; + + DZE_F = false; DZE_cancelBuilding = false; DZE_PZATTACK = false;