Fixes in AI_A2G_DISPATCHER

This commit is contained in:
FlightControl
2019-03-09 06:32:11 +01:00
parent ef1a9330a4
commit d72e89d52b
4 changed files with 18 additions and 16 deletions

View File

@@ -746,7 +746,6 @@ end
function AI_AIR:OnCrash( EventData )
if self.Controllable:IsAlive() and EventData.IniDCSGroupName == self.Controllable:GetName() then
self:E( self.Controllable:GetUnits() )
if #self.Controllable:GetUnits() == 1 then
self:__Crash( self.TaskDelay, EventData )
end