diff --git a/Dalamud/Plugin/Internal/PluginManager.cs b/Dalamud/Plugin/Internal/PluginManager.cs index ca7c69fa2..ed46fb581 100644 --- a/Dalamud/Plugin/Internal/PluginManager.cs +++ b/Dalamud/Plugin/Internal/PluginManager.cs @@ -148,6 +148,7 @@ namespace Dalamud.Plugin.Internal var repos = new List() { PluginRepository.MainRepo }; repos.AddRange(configuration.ThirdRepoList + .Where(repo => repo.IsEnabled) .Select(repo => new PluginRepository(repo.Url, repo.IsEnabled))); this.Repos = repos;