diff --git a/EDPlayerJournal/BGS/SellCargo.cs b/EDPlayerJournal/BGS/SellCargo.cs index 74d5721..0c6a6a6 100644 --- a/EDPlayerJournal/BGS/SellCargo.cs +++ b/EDPlayerJournal/BGS/SellCargo.cs @@ -49,10 +49,11 @@ public class SellCargo : Transaction { } foreach (MarketSellEntry sell in sold) { - builder.AppendFormat("Sold {0} {1} to the {2}", + builder.AppendFormat("Sold {0} {1} to the {2} of {3}", sell.Count, Cargo, - Market + Market, + Station ); if (Profit != 0) {