diff --git a/SQF/dayz_code/init/variables.sqf b/SQF/dayz_code/init/variables.sqf index 49020659f..3ee2786c5 100644 --- a/SQF/dayz_code/init/variables.sqf +++ b/SQF/dayz_code/init/variables.sqf @@ -447,6 +447,9 @@ if(isNil "dayz_maxZeds") then { if (isNil "DZE_PlayerZed") then { DZE_PlayerZed = true; }; +if (isNil "DZE_GodModeBase") then { + DZE_GodModeBase = false; +}; if(isNil "DZEdebug") then { DZEdebug = false; };