diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-04-06 19:19:35 +0100 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-04-06 19:19:41 +0100 |
commit | 073aaf9b3bbe4edb763dfeb1a5b3d22473e59e41 (patch) | |
tree | 8a392ff4e18405409ccb9a73aaddbf158191cd89 /launcher/modplatform | |
parent | 871d647c93944b7dabd070ed49a6eeaa8745d55a (diff) | |
download | PrismLauncher-073aaf9b3bbe4edb763dfeb1a5b3d22473e59e41.tar.gz PrismLauncher-073aaf9b3bbe4edb763dfeb1a5b3d22473e59e41.tar.bz2 PrismLauncher-073aaf9b3bbe4edb763dfeb1a5b3d22473e59e41.zip |
Remove "prototype" field
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/modplatform')
-rw-r--r-- | launcher/modplatform/modrinth/ModrinthPackExportTask.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/modplatform/modrinth/ModrinthPackExportTask.cpp b/launcher/modplatform/modrinth/ModrinthPackExportTask.cpp index 2ec51991..cfb59fc3 100644 --- a/launcher/modplatform/modrinth/ModrinthPackExportTask.cpp +++ b/launcher/modplatform/modrinth/ModrinthPackExportTask.cpp @@ -30,7 +30,6 @@ #include "modplatform/modrinth/ModrinthAPI.h" const QStringList ModrinthPackExportTask::PREFIXES({ "mods", "coremods", "resourcepacks", "texturepacks", "shaderpacks" }); -const QStringList ModrinthPackExportTask::ALLOWED_HOSTS({ "mods", "coremods", "resourcepacks", "texturepacks", "shaderpacks" }); ModrinthPackExportTask::ModrinthPackExportTask(const QString& name, const QString& version, |