diff --git a/GeneralMods/StardustCore/Objects/CoreObject.cs b/GeneralMods/StardustCore/Objects/CoreObject.cs index 70c3f450..2252bb35 100644 --- a/GeneralMods/StardustCore/Objects/CoreObject.cs +++ b/GeneralMods/StardustCore/Objects/CoreObject.cs @@ -573,7 +573,13 @@ namespace StardustCore } + + StardustCore.ModCore.SerializationManager.trackedObjectList.Remove(this); + this.thisLocation.removeObject(this.TileLocation, false); + this.thisLocation = null; + this.locationsName = ""; + base.performRemoveAction(tileLocation, environment); }