diff --git a/Content.Client/GameObjects/Components/HUD/Inventory/StrippableBoundUserInterface.cs b/Content.Client/GameObjects/Components/HUD/Inventory/StrippableBoundUserInterface.cs index afd87e0e06..2b4f518501 100644 --- a/Content.Client/GameObjects/Components/HUD/Inventory/StrippableBoundUserInterface.cs +++ b/Content.Client/GameObjects/Components/HUD/Inventory/StrippableBoundUserInterface.cs @@ -28,6 +28,8 @@ namespace Content.Client.GameObjects.Components.HUD.Inventory base.Open(); _strippingMenu = new StrippingMenu($"{Owner.Owner.Name}'s inventory"); + + _strippingMenu.OnClose += Close; _strippingMenu.OpenCentered(); UpdateMenu(); }