Issue #814 solved by adding it to the task reports of the A2G task.

This commit is contained in:
FlightControl_Master 2018-03-03 05:50:31 +01:00
parent d3fc84fe8c
commit a518af1200

View File

@ -367,6 +367,9 @@ do -- TASK_A2G
end
end
self:SetInfo( "Targets", string.format( "%d of %s", DetectedItemsCount, ReportTypes:Text( ", " ) ), 10 )
self:SetInfo( "QFE", string.format( "%d", TargetCoordinate:GetPressure() ), 12 )
self:SetInfo( "°C", string.format( "%d", TargetCoordinate:GetTemperature() ), 12 )
self:SetInfo( "Wind", string.format( "%d", TargetCoordinate:GetWind() ), 12 )
else
local DetectedItemsCount = self.TargetSetUnit:Count()
local DetectedItemsTypes = self.TargetSetUnit:GetTypeNames()