]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Storage BUI bandaid (#31506)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Wed, 28 Aug 2024 03:21:52 +0000 (13:21 +1000)
committerGitHub <noreply@github.com>
Wed, 28 Aug 2024 03:21:52 +0000 (13:21 +1000)
grug storageuicontroller

Content.Client/Storage/StorageBoundUserInterface.cs

index 899df30f7fc01dea868e20937480302923eb79b1..b90977cbb4da14f6b48c42b260cd1b6f8f6dcc68 100644 (file)
@@ -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);