aw5919: fix casing corn crop mix
All checks were successful
FarmMaps/CarbonLib/pipeline/head This commit looks good
All checks were successful
FarmMaps/CarbonLib/pipeline/head This commit looks good
This commit is contained in:
@@ -553,7 +553,7 @@ namespace FarmMapsAPI.Carbon
|
|||||||
newValue = 0.024 * item.Value + 0.228;
|
newValue = 0.024 * item.Value + 0.228;
|
||||||
valueList.Add(new ColumnValue(item.Key, newValue));
|
valueList.Add(new ColumnValue(item.Key, newValue));
|
||||||
break;
|
break;
|
||||||
case "Corn_Cob_mix":
|
case "Corn_cob_mix":
|
||||||
newValue = 0.024 * item.Value + 0.228;
|
newValue = 0.024 * item.Value + 0.228;
|
||||||
valueList.Add(new ColumnValue(item.Key, newValue));
|
valueList.Add(new ColumnValue(item.Key, newValue));
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user