Got ENGAGE A2A task type working.

This commit is contained in:
FlightControl
2017-05-23 13:51:47 +02:00
parent 96f7a79f3a
commit 30ae32e539
7 changed files with 230 additions and 50 deletions

View File

@@ -77,7 +77,7 @@ do -- DETECTION MANAGER
self:SetReportDisplayTime( 25 )
self:E( { Detection = Detection } )
Detection:__Start( 1 )
Detection:__Start( 3 )
return self
end