diff --git a/Dalamud/Plugin/Internal/Profiles/ProfileManager.cs b/Dalamud/Plugin/Internal/Profiles/ProfileManager.cs index e5455cd44..f189424a3 100644 --- a/Dalamud/Plugin/Internal/Profiles/ProfileManager.cs +++ b/Dalamud/Plugin/Internal/Profiles/ProfileManager.cs @@ -190,9 +190,6 @@ internal class ProfileManager : IServiceType foreach (var installedPlugin in pm.InstalledPlugins) { - if (installedPlugin.IsDev) - continue; - var wantThis = wantActive.Contains(installedPlugin.Manifest.InternalName); switch (wantThis) {