diff --git a/Content.Shared/GameObjects/Components/SharedStackComponent.cs b/Content.Shared/GameObjects/Components/SharedStackComponent.cs index 90363daebc..bcd14e0053 100644 --- a/Content.Shared/GameObjects/Components/SharedStackComponent.cs +++ b/Content.Shared/GameObjects/Components/SharedStackComponent.cs @@ -27,10 +27,6 @@ namespace Content.Shared.GameObjects.Components _count = value; if (_count <= 0) { - if (Owner.TryGetContainerMan(out var containerManager)) - { - containerManager.Remove(Owner); - } Owner.Delete(); }