Fixed some bugs due to function renames... fixed now.

SpawnArray became Array
RouteToZone became TaskRouteToZone
This commit is contained in:
FlightControl
2016-04-02 17:28:27 +02:00
parent c947f34b0d
commit 5f9643b45e
3 changed files with 11 additions and 11 deletions

View File

@@ -649,7 +649,7 @@ function CARGO_GROUP:UnLoad( Client, TargetZoneName )
self.CargoGroupName = CargoGroup:GetName()
self:T( 'self.CargoGroupName = ' .. self.CargoGroupName )
CargoGroup:RouteToZone( ZONE:New( TargetZoneName ), true )
CargoGroup:TaskRouteToZone( ZONE:New( TargetZoneName ), true )
self:StatusUnLoaded()