make dev plugins work, maybe

This commit is contained in:
goat 2023-04-10 21:03:15 +02:00
parent 29ba86021c
commit 869ce9568d
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -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)
{