remove time-based thread syncinc

This commit is contained in:
Salomão
2020-12-01 17:26:42 -03:00
parent c2e2696707
commit ceef176a2a
4 changed files with 4 additions and 79 deletions
@@ -119,7 +119,6 @@ public class CraftingTreeNode
IAEItemStack request( final MECraftingInventory inv, long l, final IActionSource src ) throws CraftBranchFailure, InterruptedException
{
this.job.handlePausing();
final List<IAEItemStack> thingsUsed = new ArrayList<>();