-- problem was with ipairs, should have been pairs... changed it.
This commit is contained in:
FlightControl
2017-03-28 13:17:09 +02:00
parent 0753e48bee
commit f1d206d4ea
15 changed files with 7 additions and 5 deletions

View File

@@ -33,6 +33,8 @@ RecceDetection:Start()
-- @param #string To The To State string.
function RecceDetection:OnAfterDetect(From,Event,To)
self:E("Detect")
local DetectionReport = RecceDetection:DetectedReportDetailed()
CC:MessageToAll( DetectionReport, 15, "" )