Skip to content

Commit

Permalink
fix wrong type
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaPiggy committed Sep 11, 2024
1 parent 6e67ca2 commit 100493b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class CustomShipyardDestinationConverter : CustomMarketDestinationConvert
{ "itemTypesBought", new(ItemType.GENERAL | ItemType.EQUIPMENT, null) },
{ "itemSubtypesBought", new(ItemSubtype.ENGINE | ItemSubtype.ROD | ItemSubtype.GENERAL | ItemSubtype.MATERIAL | ItemSubtype.LIGHT | ItemSubtype.NET, null) },
{ "bulkItemTypesBought", new(ItemType.NONE, null) },
{ "bulkItemSubtypesBought", new(ItemType.NONE, null) },
{ "bulkItemSubtypesBought", new(ItemSubtype.NONE, null) },
{ "specificItemsBought", new(new List<string>(), null) },
{ "sellValueModifier", new( 0.5f, null) },
{ "allowSellIfGridFull", new( false, null) },
Expand Down

0 comments on commit 100493b

Please sign in to comment.