mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 09:08:42 +00:00
GH-1697 always stale files tolerate errors if a local copy is present
This fixes the situation when liteloader snapshot site is broken and there's an older local snapshot already present.
This commit is contained in:
@@ -51,6 +51,11 @@ public:
|
||||
return Job_Failed;
|
||||
}
|
||||
|
||||
bool hasLocalData() override
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
private:
|
||||
QByteArray * m_output;
|
||||
};
|
||||
|
Reference in New Issue
Block a user