Skip to content

Commit

Permalink
Update Content.Client/_CorvaxNext/BluespaceHarvester/BluespaceHarvest…
Browse files Browse the repository at this point in the history
…erMenu.xaml.cs

Co-authored-by: FN <[email protected]>
  • Loading branch information
Tornado-Technology and FireNameFN authored Dec 9, 2024
1 parent c70c9d3 commit e963578
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void UpdateState(BluespaceHarvesterBoundUserInterfaceState state)
{
var child = new BluespaceHarvesterCategory(category, state.Points >= category.Cost);

child.CategoryButton.OnButtonDown += (_) =>
child.CategoryButton.OnButtonDown += _ =>
{
_owner.SendBuy(category.Type);
};
Expand Down

0 comments on commit e963578

Please sign in to comment.