diff --git a/Content.Client/Storage/StorageBoundUserInterface.cs b/Content.Client/Storage/StorageBoundUserInterface.cs index 899df30f7fc01d..b90977cbb4da14 100644 --- a/Content.Client/Storage/StorageBoundUserInterface.cs +++ b/Content.Client/Storage/StorageBoundUserInterface.cs @@ -11,6 +11,8 @@ public sealed class StorageBoundUserInterface : BoundUserInterface private readonly StorageSystem _storage; + [Obsolete] public override bool DeferredClose => false; + public StorageBoundUserInterface(EntityUid owner, Enum uiKey) : base(owner, uiKey) { IoCManager.InjectDependencies(this);