Implementation of unit maintenance in DATABASE and SETs for Cargo objects. Pls retest.

This commit is contained in:
FlightControl
2018-09-11 10:04:33 +02:00
parent c1191e286a
commit 9647a1a84e
4 changed files with 6 additions and 3 deletions

View File

@@ -531,7 +531,7 @@ do -- CARGO
-- @param #CARGO self
function CARGO:Destroy()
if self.CargoObject then
self.CargoObject:Destroy( false )
self.CargoObject:Destroy()
end
self:Destroyed()
end