From 59afd2f6b47c9413d2c1e5e73818e3e481c7d0c1 Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Mon, 6 Feb 2017 06:28:04 -0500 Subject: [PATCH] Update blck_configs_exile.sqf Fixed typo --- @epochhive/addons/custom_server/Configs/blck_configs_exile.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf b/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf index 864285f..000c5a2 100644 --- a/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf +++ b/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf @@ -99,7 +99,7 @@ Last modified 8/1/15 // Settings for Mission Vehicles. blck_useVehiclePatrols = true; // When true vehicles will be spawned at missions and will patrol the mission area. blck_killEmptyAIVehicles = false; // when true, the AI vehicle will be extensively damaged once all AI have gotten out. - blck_AIPatrolVehicles = ["Exile_Car_Offroad_Armed_Guerilla01","Exile_Car_BTR40_MG_Green"," Exile_Car_HMMWV_M134_Green","Exile_Car_HMMWV_M134_Desert"/*,"Exile_Car_HMMWV_M2_Green","Exile_Car_HMMWV_M2_Desert"*/]; // Type of vehicle spawned to defend AI bases + blck_AIPatrolVehicles = ["Exile_Car_Offroad_Armed_Guerilla01","Exile_Car_BTR40_MG_Green","Exile_Car_HMMWV_M134_Green","Exile_Car_HMMWV_M134_Desert"/*,"Exile_Car_HMMWV_M2_Green","Exile_Car_HMMWV_M2_Desert"*/]; // Type of vehicle spawned to defend AI bases // AI STATIC WEAPON PARAMETERS blck_useStatic = true; // When true, AI will man static weapons spawned 20-30 meters from the mission center. These are very effective against most vehicles