From d442d90d60fddb6d192252c2afffda5d2943a30f Mon Sep 17 00:00:00 2001 From: Milon Date: Thu, 13 Feb 2025 07:41:42 +0100 Subject: [PATCH] no more (#5676) --- .../GameObjects/Components/UserInterface/BoundUserInterface.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Robust.Shared/GameObjects/Components/UserInterface/BoundUserInterface.cs b/Robust.Shared/GameObjects/Components/UserInterface/BoundUserInterface.cs index f2cd0f1f06f..e55c2aa056c 100644 --- a/Robust.Shared/GameObjects/Components/UserInterface/BoundUserInterface.cs +++ b/Robust.Shared/GameObjects/Components/UserInterface/BoundUserInterface.cs @@ -43,6 +43,7 @@ protected BoundUserInterface(EntityUid owner, Enum uiKey) /// Invoked when the UI is opened. /// Do all creation and opening of things like windows in here. /// + [MustCallBase] protected internal virtual void Open() { if (IsOpened)