Report formatting

This commit is contained in:
FlightControl_Master
2017-08-06 12:19:05 +02:00
parent 82c7121125
commit 2dcc1aaf0a
2 changed files with 2 additions and 2 deletions

View File

@@ -902,6 +902,7 @@ function MISSION:ReportOverview( ReportGroup, TaskStatus )
for TaskID, Task in UTILS.spairs( self:GetTasks(), function( t, a, b ) return t[a]:ReportOrder( ReportGroup ) < t[b]:ReportOrder( ReportGroup ) end ) do
local Task = Task -- Tasking.Task#TASK
if Task:Is( TaskStatus ) then
Report:Add( string.rep( "-", 140 ) )
Report:Add( " - " .. Task:ReportOverview( ReportGroup ) )
end
end