Update launcher/minecraft/mod/tasks/LocalModParseTask.cpp

Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
This commit is contained in:
Alexandru Ionut Tripon 2025-03-12 00:14:53 +02:00 committed by GitHub
parent 0626e354a0
commit 88bdb6541e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
} }