fix wrong incomplete type in MarketBuyParser

This commit is contained in:
Florian Stinglmayr 2023-05-15 18:29:29 +02:00
parent bec73931b9
commit 12b15bb910

View File

@ -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;