mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Update launcher/minecraft/mod/tasks/LocalModParseTask.cpp
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
(cherry picked from commit 88bdb6541e)
This commit is contained in:
parent
190d17acd3
commit
b9d15a4781
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue