aw5919: fix casing corn crop mix
All checks were successful
FarmMaps/CarbonLib/pipeline/head This commit looks good

This commit is contained in:
2024-02-23 10:39:45 +01:00
parent 0e0c9a7539
commit 095fa8d572

View File

@@ -553,7 +553,7 @@ namespace FarmMapsAPI.Carbon
newValue = 0.024 * item.Value + 0.228;
valueList.Add(new ColumnValue(item.Key, newValue));
break;
case "Corn_Cob_mix":
case "Corn_cob_mix":
newValue = 0.024 * item.Value + 0.228;
valueList.Add(new ColumnValue(item.Key, newValue));
break;