NOISSUE Fail pack installation for download errors for FTB

This effectively reverts the changes made in [1] to resolve GH-3304.

[1] 05ffcf706b
This commit is contained in:
Jamie Mansfield 2021-06-03 15:16:03 +01:00
parent efa3bb33f5
commit 6dd1fdbaf9
No known key found for this signature in database
GPG Key ID: 36F61598F39F67B0

View File

@ -109,12 +109,7 @@ void PackInstallTask::downloadPack()
connect(jobPtr.get(), &NetJob::failed, [&](QString reason)
{
jobPtr.reset();
// FIXME: Temporarily ignore file download failures (matching FTB's installer),
// while FTB's data is fucked.
qWarning() << "Failed to download files for modpack: " + reason;
install();
emitFailed(reason);
});
connect(jobPtr.get(), &NetJob::progress, [&](qint64 current, qint64 total)
{