Update launcher/minecraft/mod/tasks/LocalModParseTask.cpp
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0626e354a0
commit
88bdb6541e
@@ -376,7 +376,7 @@ ModDetails ReadQuiltModInfo(QByteArray contents)
|
||||
}
|
||||
|
||||
} catch (const Exception& e) {
|
||||
qWarning() << "Unable to parse mof info:" << e.cause();
|
||||
qWarning() << "Unable to parse mod info:" << e.cause();
|
||||
}
|
||||
return details;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user