fix jsonelement

This commit is contained in:
CWX
2025-01-25 20:31:05 +00:00
parent 799a4c778e
commit badb12830d
+1 -1
View File
@@ -213,7 +213,7 @@ namespace Core.Helpers
var craftingRecipes = _databaseService.GetHideout().Production.Recipes;
// Area that will be used to craft unlocked item
var desiredHideoutAreaType = (HideoutAreas)craftUnlockReward.TraderId;
var desiredHideoutAreaType = (HideoutAreas)int.Parse(craftUnlockReward.TraderId.ToString());
var matchingProductions = craftingRecipes.Where(
(prod) =>