mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Fix for shadowze on the cargo templates not correctly destroyed after being respawned. The original groups should be cleaned from the database.
This commit is contained in:
@@ -69,7 +69,7 @@ do -- CARGO_GROUP
|
||||
local WeightGroup = 0
|
||||
local VolumeGroup = 0
|
||||
|
||||
self.CargoGroup:Destroy()
|
||||
self.CargoGroup:Destroy( true ) -- generate the crash events, so that the database gets cleaned, and the linked sets get properly cleaned.
|
||||
|
||||
local GroupName = CargoGroup:GetName()
|
||||
self.CargoName = Name
|
||||
|
||||
Reference in New Issue
Block a user