interval 120 seconds

This commit is contained in:
svenvandevelde 2016-01-23 06:52:09 +01:00
parent 0239098f30
commit ab6bb91069

View File

@ -49,7 +49,7 @@ end
--- Call this function to start the MOVEMENT scheduling.
function MOVEMENT:ScheduleStart()
trace.f( self.ClassName )
self.MoveFunction = routines.scheduleFunction( self._Scheduler, { self }, timer.getTime() + 1, 60 )
self.MoveFunction = routines.scheduleFunction( self._Scheduler, { self }, timer.getTime() + 1, 120 )
end
--- Call this function to stop the MOVEMENT scheduling.