From 7982307a4e13291784dced1b059272cc84a20978 Mon Sep 17 00:00:00 2001 From: Ghostrider-GRG- Date: Tue, 20 Feb 2018 21:50:31 -0500 Subject: [PATCH] Added mission hellis to list of monitored vehicles. --- .../Compiles/Missions/GMS_fnc_missionSpawner.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@GMS/addons/custom_server/Compiles/Missions/GMS_fnc_missionSpawner.sqf b/@GMS/addons/custom_server/Compiles/Missions/GMS_fnc_missionSpawner.sqf index 0ea4632..49efadd 100644 --- a/@GMS/addons/custom_server/Compiles/Missions/GMS_fnc_missionSpawner.sqf +++ b/@GMS/addons/custom_server/Compiles/Missions/GMS_fnc_missionSpawner.sqf @@ -330,7 +330,7 @@ if (_allowReinforcements) then if (typeName _temp isEqualTo "ARRAY") then { _abort = _temp select 2; - _objects pushback (_temp select 0); + blck_monitoredVehicles pushBack (_temp select 0); _blck_AllMissionAI append (_temp select 1); }; if (_abort) then @@ -341,7 +341,7 @@ if (_allowReinforcements) then diag_log "missionSpawner:: (349) grpNul or ERROR in blck_fnc_spawnMissionReinforcements, mission termination criteria met, calling blck_endMission"; }; #endif - + _objects pushback (_temp select 0); [_mines,_objects,_crates, _blck_AllMissionAI,_endMsg,_blck_localMissionMarker,_coords,_mission,1] call blck_fnc_endMission; }; };