Removed completely routines.scheduleFunction

This commit is contained in:
FlightControl
2016-06-26 07:41:01 +02:00
parent e842c7a042
commit fefe5382af
32 changed files with 2 additions and 197 deletions

View File

@@ -887,7 +887,6 @@ function CARGO_PACKAGE:OnBoard( Client, LandingZone, OnBoardSide )
end
self:T( "Routing " .. CargoHostName )
--routines.scheduleFunction( routines.goRoute, { CargoHostName, Points}, timer.getTime() + 4 )
SCHEDULER:New( self, routines.goRoute, { CargoHostName, Points }, 4 )
return Valid