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) {
|
if (context.StationOwner == null) {
|
||||||
transactions.AddIncomplete(
|
transactions.AddIncomplete(
|
||||||
new OrganicData(),
|
new BuyCargo(),
|
||||||
"Could not discern the station owner for market buy.",
|
"Could not discern the station owner for market buy.",
|
||||||
e);
|
e);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user