fixes crafting reqs not storing parts in the result

This commit is contained in:
atermonera
2021-09-12 12:06:29 -08:00
parent e1b370fddb
commit 6e6f558638
+1 -1
View File
@@ -344,7 +344,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