diff --git a/Content.Server/Construction/Completions/EmptyContainer.cs b/Content.Server/Construction/Completions/EmptyContainer.cs index 624ddfcadb..f0fdb483b5 100644 --- a/Content.Server/Construction/Completions/EmptyContainer.cs +++ b/Content.Server/Construction/Completions/EmptyContainer.cs @@ -27,6 +27,7 @@ namespace Content.Server.Construction.Completions !containerManager.TryGetContainer(Container, out var container)) return; container.EmptyContainer(true, entity.Transform.Coordinates); + entity.Transform.AttachToGridOrMap(); } } }