diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-05-28 11:48:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-28 11:48:09 +0100 |
commit | 86974b046ee0b232b07e3a28cbc1e954d88dd40f (patch) | |
tree | f94ebc47fc7d0be7eaa282e7f4eb2e5e53315b08 | |
parent | 863027cbe826bbb38f7bebdef436a9682d094cb2 (diff) | |
download | PrismLauncher-86974b046ee0b232b07e3a28cbc1e954d88dd40f.tar.gz PrismLauncher-86974b046ee0b232b07e3a28cbc1e954d88dd40f.tar.bz2 PrismLauncher-86974b046ee0b232b07e3a28cbc1e954d88dd40f.zip |
Clarify comment
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
-rw-r--r-- | launcher/modplatform/modrinth/ModrinthPackExportTask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/modrinth/ModrinthPackExportTask.cpp b/launcher/modplatform/modrinth/ModrinthPackExportTask.cpp index 8db89bbd..98fbc218 100644 --- a/launcher/modplatform/modrinth/ModrinthPackExportTask.cpp +++ b/launcher/modplatform/modrinth/ModrinthPackExportTask.cpp @@ -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"; |