diff --git a/Content.Server/GameObjects/ContainerSlot.cs b/Content.Server/GameObjects/ContainerSlot.cs index 9e20dcb8b9..dee9a283c6 100644 --- a/Content.Server/GameObjects/ContainerSlot.cs +++ b/Content.Server/GameObjects/ContainerSlot.cs @@ -49,5 +49,12 @@ namespace Content.Server.GameObjects { ContainedEntity = null; } + + public override void Shutdown() + { + base.Shutdown(); + + ContainedEntity?.Delete(); + } } } diff --git a/engine b/engine index 34a5649462..2043a1e345 160000 --- a/engine +++ b/engine @@ -1 +1 @@ -Subproject commit 34a564946282bf12f14711ab082d3937d607ce08 +Subproject commit 2043a1e345d6a688286dd8c2e53c142919ede042