Hopefully this fixes the cargo lost :-)

This commit is contained in:
FlightControl
2018-09-13 21:51:21 +02:00
parent 337b7a69b2
commit 36aa36398c

View File

@@ -1491,7 +1491,7 @@ function GROUP:RespawnAtCurrentAirbase(SpawnTemplate, Takeoff, Uncontrolled) --
SpawnTemplate.uncontrolled=Uncontrolled SpawnTemplate.uncontrolled=Uncontrolled
-- Destroy and respawn. -- Destroy and respawn.
self:Destroy() self:Destroy( false )
_DATABASE:Spawn( SpawnTemplate ) _DATABASE:Spawn( SpawnTemplate )
-- Reset events. -- Reset events.