Fix same bug in subsection
This commit is contained in:
parent
2b538061e9
commit
d923c99975
@ -116,7 +116,7 @@ class Subsection extends Operation {
|
||||
}
|
||||
|
||||
// Baseline ing values for each tranche so that registers are reset
|
||||
subOpList.forEach((op, i) => {
|
||||
recipe.opList.forEach((op, i) => {
|
||||
op.ingValues = JSON.parse(JSON.stringify(ingValues[i]));
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user