Skip to content

Commit

Permalink
Storage BUI bandaid (space-wizards#31506)
Browse files Browse the repository at this point in the history
grug storageuicontroller
  • Loading branch information
metalgearsloth authored Aug 28, 2024
1 parent b4a3408 commit a06d9a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Content.Client/Storage/StorageBoundUserInterface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a06d9a5

Please sign in to comment.