GH-3764 Only install client mods for ATLauncher packs
This commit is contained in:
parent
438ddfb88d
commit
df7873eb9a
3 changed files with 5 additions and 0 deletions
|
@ -462,6 +462,9 @@ void PackInstallTask::downloadMods()
|
|||
jarmods.clear();
|
||||
jobPtr.reset(new NetJob(tr("Mod download")));
|
||||
for(const auto& mod : m_version.mods) {
|
||||
// skip non-client mods
|
||||
if (!mod.client) continue;
|
||||
|
||||
// skip optional mods for now
|
||||
if(mod.optional) continue;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue