Skip to content

Commit

Permalink
Fixed buying/selling not fitting in RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
Somfic committed Apr 14, 2024
1 parent d449d9d commit 0f31fc6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ private void OnMarketBuy(MarketBuyEvent @event, EventContext context)

_client.SetPresence(new RichPresence
{
Details = "Buying commodities at space station",
Details = "Buying at space station",
State = $"{_currentBody} in {_currentSystem}",
Assets = new Assets
{
Expand All @@ -395,7 +395,7 @@ private void OnMarketSell(MarketSellEvent @event, EventContext context)

_client.SetPresence(new RichPresence
{
Details = "Selling commodities at space station",
Details = "Selling at space station",
State = $"{_currentBody} in {_currentSystem}",
Assets = new Assets
{
Expand Down

0 comments on commit 0f31fc6

Please sign in to comment.