fix wrong incomplete type in MarketBuyParser
This commit is contained in:
parent
bec73931b9
commit
12b15bb910
@ -22,7 +22,7 @@ internal class MarketBuyParser : ITransactionParserPart {
|
||||
|
||||
if (context.StationOwner == null) {
|
||||
transactions.AddIncomplete(
|
||||
new OrganicData(),
|
||||
new BuyCargo(),
|
||||
"Could not discern the station owner for market buy.",
|
||||
e);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user