Fix EmptyContainer construction action (#14406)

This commit is contained in:
Leon Friedrich
2023-03-15 13:14:18 +13:00
committed by GitHub
parent 1a9cf49500
commit 24ef92de18
5 changed files with 40 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ namespace Content.Server.Storage.EntitySystems
private void OnDestroyed(EntityUid uid, SecretStashComponent component, DestructionEventArgs args)
{
_containerSystem.EmptyContainer(component.ItemContainer, attachToGridOrMap: true);
_containerSystem.EmptyContainer(component.ItemContainer);
}
/// <summary>