Optimization solving the overloading problem with Loaded event for cargo deployment.

This commit is contained in:
FlightControl
2018-09-06 20:31:33 +02:00
parent 5bd6f4901f
commit 703dac8251
2 changed files with 5 additions and 2 deletions

View File

@@ -414,7 +414,7 @@ function AI_CARGO:onafterUnloaded( Carrier, From, Event, To, Cargo, CarrierUnit,
end
if AllUnloaded == true then
self:Deployed( DeployZone )
self:__Deployed( 5, DeployZone )
end
end