From 7ce69bb866f27a6cd41666c54c876cb839723887 Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Mon, 8 Jan 2018 19:51:25 -0500 Subject: [PATCH] Correct Configs. --- @GMS/addons/custom_server/Configs/blck_configs.sqf | 4 ++-- @GMS/addons/custom_server/Configs/blck_configs_mil.sqf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/@GMS/addons/custom_server/Configs/blck_configs.sqf b/@GMS/addons/custom_server/Configs/blck_configs.sqf index e9859eb..02fe03e 100644 --- a/@GMS/addons/custom_server/Configs/blck_configs.sqf +++ b/@GMS/addons/custom_server/Configs/blck_configs.sqf @@ -182,8 +182,8 @@ //Set to -1 to disable. Values of 2 or more force the mission spawner to spawn copies of that mission - this feature is not recommended because you may run out of available groups. blck_enableOrangeMissions = 1; blck_enableGreenMissions = 1; - blck_enableRedMissions = 2; - blck_enableBlueMissions = 2; + blck_enableRedMissions = 1; + blck_enableBlueMissions = 1; blck_numberUnderwaterDynamicMissions = 5; // Values from 0 (no UMS) to N (N Underwater missions will be spawned; static UMS units and subs will be spawned. //////////////////// diff --git a/@GMS/addons/custom_server/Configs/blck_configs_mil.sqf b/@GMS/addons/custom_server/Configs/blck_configs_mil.sqf index f25cf45..5dcd514 100644 --- a/@GMS/addons/custom_server/Configs/blck_configs_mil.sqf +++ b/@GMS/addons/custom_server/Configs/blck_configs_mil.sqf @@ -189,8 +189,8 @@ //Set to -1 to disable. Values of 2 or more force the mission spawner to spawn copies of that mission - this feature is not recommended because you may run out of available groups. blck_enableOrangeMissions = 1; blck_enableGreenMissions = 1; - blck_enableRedMissions = 2; - blck_enableBlueMissions = 2; + blck_enableRedMissions = 1; + blck_enableBlueMissions = 1; blck_numberUnderwaterDynamicMissions = 5; // Values from 0 (no UMS) to N (N Underwater missions will be spawned; static UMS units and subs will be spawned.