From 129d60b0b0a1d2dd5f74f346d4cc9c5da3670292 Mon Sep 17 00:00:00 2001 From: vbawol Date: Fri, 18 Aug 2017 08:36:48 -0500 Subject: [PATCH] private update --- Sources/epoch_code/init/both_init.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/epoch_code/init/both_init.sqf b/Sources/epoch_code/init/both_init.sqf index 72a6eecd..45cedbae 100644 --- a/Sources/epoch_code/init/both_init.sqf +++ b/Sources/epoch_code/init/both_init.sqf @@ -13,7 +13,7 @@ https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/init/both_init.sqf */ //[[[cog import generate_private_arrays ]]] -private ["_antagonistSpawnDefaults","_customVarsInit","_say3dsounds","_say3dsoundsConfig","_spawnLimits","_communityStatsInit"]; +private ["_antagonistSpawnDefaults","_cfgDynamicSimulation","_communityStatsInit","_customVarsInit","_dynSimToggle","_say3dsounds","_say3dsoundsConfig","_spawnLimits"]; //[[[end]]] // detect if Ryan's Zombies and Deamons mod is present @@ -34,7 +34,7 @@ if (["CfgEpochClient", "madArmaEnabled", true] call EPOCH_fnc_returnConfigEntryV }; } else { EPOCH_mod_madArma_Enabled = false; -}; +}; // Check if Advanced Vehicle Repair is enabled if (["CfgEpochClient", "UseAdvancedVehicleRepair", true] call EPOCH_fnc_returnConfigEntryV2) then {