Updates of tracing

This commit is contained in:
FlightControl_Master
2017-08-06 17:37:36 +02:00
parent 2dcc1aaf0a
commit 63866e4aa9
5 changed files with 9 additions and 9 deletions

View File

@@ -186,7 +186,7 @@ function SCHEDULEDISPATCHER:Start( Scheduler, CallID )
Schedule[CallID].ScheduleID = timer.scheduleFunction(
Schedule[CallID].CallHandler,
CallID,
timer.getTime() + Schedule[CallID].Start + math.random( - ( Schedule[CallID].Randomize * Schedule[CallID].Repeat / 2 ), ( Schedule[CallID].Randomize * Schedule[CallID].Repeat / 2 ) )
timer.getTime() + Schedule[CallID].Start
)
end
else