From f32ae274fd8bfa00da67bb5c6bcfe4611add9772 Mon Sep 17 00:00:00 2001 From: Milon Date: Thu, 13 Feb 2025 07:27:25 +0100 Subject: [PATCH] no more --- .../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)