From 869ce9568d21e9673cf2d75cdd6c8eba0706ea27 Mon Sep 17 00:00:00 2001 From: goat Date: Mon, 10 Apr 2023 21:03:15 +0200 Subject: [PATCH] make dev plugins work, maybe --- Dalamud/Plugin/Internal/Profiles/ProfileManager.cs | 3 --- 1 file changed, 3 deletions(-) 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) {