Fix in scheduler

This commit is contained in:
FlightControl_Master
2017-08-12 16:12:07 +02:00
parent a9ac185034
commit 3742f2937c
2 changed files with 2 additions and 2 deletions

View File

@@ -699,7 +699,7 @@ do -- DESIGNATE
if self.FlashStatusMenu[AttackGroup] or ( MenuAttackGroup and ( AttackGroup:GetName() == MenuAttackGroup:GetName() ) ) then
local DetectedReport = REPORT:New( "Detected Targets: \n" )
local DetectedReport = REPORT:New( "Targets ready for Designation:" )
local DetectedItems = self.Detection:GetDetectedItems()
for DesignateIndex, Designating in pairs( self.Designating ) do