Clarify comment
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
863027cbe8
commit
86974b046e
@ -129,7 +129,7 @@ void ModrinthPackExportTask::collectHashes()
|
||||
const Mod* mod = *modIter;
|
||||
if (mod->metadata() != nullptr) {
|
||||
QUrl& url = mod->metadata()->url;
|
||||
// most likely some of these may be from curseforge
|
||||
// ensure the url is permitted on modrinth.com
|
||||
if (!url.isEmpty() && BuildConfig.MODRINTH_MRPACK_HOSTS.contains(url.host())) {
|
||||
qDebug() << "Resolving" << relative << "from index";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user