New version

This commit is contained in:
FlightControl
2017-07-02 23:16:35 +02:00
parent 300ee0a16a
commit 8825b26b36
2 changed files with 2 additions and 2 deletions

View File

@@ -529,7 +529,7 @@ do -- DETECTION_BASE
--self:E( { DetectionGroupData } )
self:__DetectionGroup( DetectDelay, DetectionGroupData, DetectionTimeStamp ) -- Process each detection asynchronously.
self.DetectionCount = self.DetectionCount + 1
DetectDelay = DetectDelay + 0.1
DetectDelay = DetectDelay + 1
end
end