fix autocrafting with substitute crafting option enabled

This commit is contained in:
PrototypeTrousers
2022-04-13 15:38:47 -03:00
parent c8698fc2bf
commit 81b3ff6976
2 changed files with 3 additions and 3 deletions
@@ -110,7 +110,7 @@ public class CraftingTreeProcess
}
else
{
continue;
remaining = 0;
}
if( remaining > 0 )
@@ -146,7 +146,7 @@ public class CraftingTreeProcess
}
else
{
continue;
remaining = 0;
}
if( remaining > 0 )