Merge pull request #3103 from CHOMPStationBot/upstream-merge-11599

[MIRROR] [MIRROR] fixes crafting reqs not storing parts in the result
This commit is contained in:
Nadyr
2021-10-25 00:56:41 -04:00
committed by GitHub

View File

@@ -347,7 +347,7 @@
amt--
// Prepare to stuff inside product, don't delete it
if(is_path_in_list(path_key, parts))
if(is_path_in_list(path_key, R.parts))
parts["items"] += I
amt_to_transfer--
continue