diff --git a/VerticalLogisticsQoL/Source/VerticalLogisticsQoL/Private/VLQoLConveyorAttachmentHologram.cpp b/VerticalLogisticsQoL/Source/VerticalLogisticsQoL/Private/VLQoLConveyorAttachmentHologram.cpp index 6bddbaf..ec7c1f0 100644 --- a/VerticalLogisticsQoL/Source/VerticalLogisticsQoL/Private/VLQoLConveyorAttachmentHologram.cpp +++ b/VerticalLogisticsQoL/Source/VerticalLogisticsQoL/Private/VLQoLConveyorAttachmentHologram.cpp @@ -162,7 +162,7 @@ TArray AVLQoLConveyorAttachmentHologram::GetBaseCost() const { // Use the real recipe when calculating the cost; for some reason some of the attachments have // different costs for their vertical versions. - return UFGRecipe::GetIngredients(mRealRecipe); + return UFGRecipe::GetIngredients(this, mRealRecipe); } void AVLQoLConveyorAttachmentHologram::PostConstructMessageDeserialization() diff --git a/VerticalLogisticsQoL/VerticalLogisticsQoL.uplugin b/VerticalLogisticsQoL/VerticalLogisticsQoL.uplugin index 7f30b87..b9afd92 100644 --- a/VerticalLogisticsQoL/VerticalLogisticsQoL.uplugin +++ b/VerticalLogisticsQoL/VerticalLogisticsQoL.uplugin @@ -25,9 +25,9 @@ { "Name": "SML", "Enabled": true, - "SemVersion": "^3.11.3" + "SemVersion": "^3.12.0" } ], "SemVersion": "1.1.0", - "GameVersion": ">=455399" + "GameVersion": ">=502094" } \ No newline at end of file