mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-09-03 00:13:01 +00:00
Fix issue with deployment
This commit is contained in:
@@ -922,6 +922,8 @@ do -- TASK_CARGO_TRANSPORT
|
||||
|
||||
local CargoInDeployZone = false
|
||||
|
||||
if Cargo:IsUnLoaded() then
|
||||
|
||||
-- Loop the DeployZones set for the TASK_CARGO_TRANSPORT.
|
||||
for DeployZoneID, DeployZone in pairs( DeployZones ) do
|
||||
|
||||
@@ -931,6 +933,7 @@ do -- TASK_CARGO_TRANSPORT
|
||||
CargoInDeployZone = true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
CargoDeployed = CargoDeployed or CargoInDeployZone
|
||||
|
||||
|
||||
Reference in New Issue
Block a user