fixes crafting reqs not storing parts in the result

This commit is contained in:
Aronai Sieyes
2021-10-24 20:08:17 -04:00
parent 737c473e4b
commit a0debb7751
+1 -1
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