From a06d9a512c563b285ec2ec1f7f6b7440e60b242e Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:21:52 +1000 Subject: [PATCH] Storage BUI bandaid (#31506) grug storageuicontroller --- Content.Client/Storage/StorageBoundUserInterface.cs | 2 ++ 1 file changed, 2 insertions(+) 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);