Update launcher/minecraft/mod/tasks/LocalModParseTask.cpp
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
0626e354a0
commit
88bdb6541e
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ ModDetails ReadQuiltModInfo(QByteArray contents)
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (const Exception& e) {
|
} catch (const Exception& e) {
|
||||||
qWarning() << "Unable to parse mof info:" << e.cause();
|
qWarning() << "Unable to parse mod info:" << e.cause();
|
||||||
}
|
}
|
||||||
return details;
|
return details;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue