mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Fixed some bugs due to function renames... fixed now.
SpawnArray became Array RouteToZone became TaskRouteToZone
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user