mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-24 04:22:39 +00:00
NOISSUE hack it together enough to get launching back
Meta index will now always return valid objects. They just might never load if they don't exist on the server.
This commit is contained in:
@@ -92,10 +92,6 @@ public:
|
||||
{
|
||||
return m_problemSeverity;
|
||||
}
|
||||
virtual bool hasFailed()
|
||||
{
|
||||
return getProblemSeverity() == PROBLEM_ERROR;
|
||||
}
|
||||
|
||||
protected:
|
||||
QList<PatchProblem> m_problems;
|
||||
|
||||
Reference in New Issue
Block a user