Skip to content

Commit

Permalink
Don't include DLC in modpacks by default
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Jul 19, 2021
1 parent 8c6760a commit e352571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Registry/RegistryManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ public CkanModule GenerateModpack(bool recommends = false, bool with_versions =
try
{
var avail = registry.LatestAvailable(kvp.Key, null, null);
return true;
return !avail.IsDLC;
}
catch
{
Expand Down

0 comments on commit e352571

Please sign in to comment.