From 0e0bd8d35666a4e2b387dc9101fe17c42291cd53 Mon Sep 17 00:00:00 2001 From: gluesniffler <159397573+gluesniffler@users.noreply.github.com> Date: Sat, 21 Sep 2024 18:43:16 -0400 Subject: [PATCH] Update Content.Client/ShortConstruction/UI/ShortConstructionMenuBUI.cs Co-authored-by: VMSolidus Signed-off-by: gluesniffler <159397573+gluesniffler@users.noreply.github.com> --- Content.Client/ShortConstruction/UI/ShortConstructionMenuBUI.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Content.Client/ShortConstruction/UI/ShortConstructionMenuBUI.cs b/Content.Client/ShortConstruction/UI/ShortConstructionMenuBUI.cs index 50fe195ffa7..95da2e0a336 100644 --- a/Content.Client/ShortConstruction/UI/ShortConstructionMenuBUI.cs +++ b/Content.Client/ShortConstruction/UI/ShortConstructionMenuBUI.cs @@ -48,9 +48,7 @@ protected override void Open() }; if (_entManager.TryGetComponent(Owner, out var crafting)) - { CreateMenu(crafting.Entries); - } _menu.OpenCenteredAt(_inputManager.MouseScreenPosition.Position / _displayManager.ScreenSize); }