This commit is contained in:
PrototypeTrousers
2022-02-28 23:30:52 -03:00
parent 645de1d868
commit 73f76a6654
@@ -320,10 +320,6 @@ public class MECraftingInventory implements IMEInventory<IAEItemStack>
}
}
failed = true;
if( !src.player().isPresent() )
{
break;
}
}
}
}