Fix for craigowen and fixing issue #424

This commit is contained in:
FlightControl
2017-04-25 21:13:29 +02:00
parent d9091392cd
commit 2066becb17
3 changed files with 42 additions and 14 deletions

View File

@@ -1777,9 +1777,12 @@ do -- DETECTION_TYPES
local DetectedItemCoordinate = DetectedItemUnit:GetCoordinate()
local DetectedItemCoordText = DetectedItemCoordinate:ToString()
self:E( { DetectedItemID,
DetectedItemCoordText } )
local ReportSummary = string.format(
"%S - %s",
"%s - %s",
DetectedItemID,
DetectedItemCoordText
)
@@ -1813,7 +1816,7 @@ do -- DETECTION_TYPES
local DetectedItemCoordText = DetectedItemCoordinate:ToString()
local ReportSummary = string.format(
"%S - %s - Threat:[%s](%2d) - %2d of %s",
"%s - %s - Threat:[%s](%2d) - %2d of %s",
DetectedItemID,
DetectedItemCoordText,
string.rep( "", ThreatLevelA2G ),