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

@@ -63,6 +63,7 @@ do -- CARGO_CRATE
self:HandleEvent( EVENTS.Dead, self.OnEventCargoDead )
self:HandleEvent( EVENTS.Crash, self.OnEventCargoDead )
self:HandleEvent( EVENTS.RemoveUnit, self.OnEventCargoDead )
self:HandleEvent( EVENTS.PlayerLeaveUnit, self.OnEventCargoDead )
self:SetEventPriority( 4 )