Update blck_configs_exile_mil.sqf

Fixed error caused when Militarized Server is desired but no CUP vehicles are enabled.
This commit is contained in:
Ghostrider [GRG] 2018-12-19 20:36:59 -05:00 committed by GitHub
parent 726015c634
commit 6fad8ebc10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,11 +186,14 @@ AI WEAPONS, UNIFORMS, VESTS AND GEAR
"Exile_Car_HMMWV_M2_Desert", "Exile_Car_HMMWV_M2_Desert",
"B_LSV_01_armed_F" "B_LSV_01_armed_F"
]; ];
#ifdef useCUP #ifdef useCUP
blck_AIPatrolVehiclesRed = _blck_lightlyArmed_ARMA3 + _blck_APC_CUP; blck_AIPatrolVehiclesRed = _blck_lightlyArmed_ARMA3 + _blck_APC_CUP;
blck_AIPatrolVehiclesGreen = _blck_Tanks_ARMA3 + _blck_Tanks_CUP; blck_AIPatrolVehiclesGreen = _blck_Tanks_ARMA3 + _blck_Tanks_CUP;
blck_AIPatrolVehiclesOrange = _blck_Tanks_ARMA3 + _blck_Tanks_CUP; blck_AIPatrolVehiclesOrange = _blck_Tanks_ARMA3 + _blck_Tanks_CUP;
#else
blck_AIPatrolVehiclesRed = _blck_lightlyArmed_ARMA3;
blck_AIPatrolVehiclesGreen = _blck_Tanks_ARMA3;
blck_AIPatrolVehiclesOrange = _blck_Tanks_ARMA3;
#endif #endif
if (toLower(worldName) isEqualTo "namalsk") then if (toLower(worldName) isEqualTo "namalsk") then