Storage BUI bandaid (#31506)

grug storageuicontroller
This commit is contained in:
metalgearsloth
2024-08-28 13:21:52 +10:00
committed by GitHub
parent b4a3408a7e
commit a06d9a512c

View File

@@ -11,6 +11,8 @@ public sealed class StorageBoundUserInterface : BoundUserInterface
private readonly StorageSystem _storage; private readonly StorageSystem _storage;
[Obsolete] public override bool DeferredClose => false;
public StorageBoundUserInterface(EntityUid owner, Enum uiKey) : base(owner, uiKey) public StorageBoundUserInterface(EntityUid owner, Enum uiKey) : base(owner, uiKey)
{ {
IoCManager.InjectDependencies(this); IoCManager.InjectDependencies(this);