Removed traces

This commit is contained in:
FlightControl_Master 2017-08-02 12:46:13 +02:00
parent 4b60f776ce
commit 2501db53b8
2 changed files with 0 additions and 3 deletions

View File

@ -1487,8 +1487,6 @@ do -- AI_A2A_DISPATCHER
local Median = Cap.LowInterval + Variance
local Randomization = Variance / Median
self:E({Randomization = Randomization})
if ScheduleID then
Scheduler:Stop( ScheduleID )
end

View File

@ -352,7 +352,6 @@ function AI_A2A_PATROL:onafterRoute( AIGroup, From, Event, To )
local CurrentCoord = AIGroup:GetCoordinate()
local ToTargetCoord = self.PatrolZone:GetRandomPointVec2()
self:E({self.PatrolFloorAltitude, self.PatrolCeilingAltitude})
ToTargetCoord:SetAlt( math.random( self.PatrolFloorAltitude, self.PatrolCeilingAltitude ) )
self:SetTargetDistance( ToTargetCoord ) -- For RTB status check