Skip to content

Commit

Permalink
Update Content.Client/ShortConstruction/UI/ShortConstructionMenuBUI.cs
Browse files Browse the repository at this point in the history
Co-authored-by: VMSolidus <[email protected]>
Signed-off-by: gluesniffler <[email protected]>
  • Loading branch information
gluesniffler and VMSolidus committed Sep 21, 2024
1 parent 4e18203 commit 0e0bd8d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ protected override void Open()
};

if (_entManager.TryGetComponent<ShortConstructionComponent>(Owner, out var crafting))
{
CreateMenu(crafting.Entries);
}

_menu.OpenCenteredAt(_inputManager.MouseScreenPosition.Position / _displayManager.ScreenSize);
}
Expand Down

0 comments on commit 0e0bd8d

Please sign in to comment.