Skip to content

Commit 0f31fc6

Browse files
committed
Fixed buying/selling not fitting in RPC
1 parent d449d9d commit 0f31fc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Discord/EliteAPI.Discord/EliteDangerousApiDiscordRichPresence.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ private void OnMarketBuy(MarketBuyEvent @event, EventContext context)
376376

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

396396
_client.SetPresence(new RichPresence
397397
{
398-
Details = "Selling commodities at space station",
398+
Details = "Selling at space station",
399399
State = $"{_currentBody} in {_currentSystem}",
400400
Assets = new Assets
401401
{

0 commit comments

Comments
 (0)