add the market name to trading entries
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user