mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
make dev plugins work, maybe
This commit is contained in:
parent
29ba86021c
commit
869ce9568d
1 changed files with 0 additions and 3 deletions
|
|
@ -190,9 +190,6 @@ internal class ProfileManager : IServiceType
|
||||||
|
|
||||||
foreach (var installedPlugin in pm.InstalledPlugins)
|
foreach (var installedPlugin in pm.InstalledPlugins)
|
||||||
{
|
{
|
||||||
if (installedPlugin.IsDev)
|
|
||||||
continue;
|
|
||||||
|
|
||||||
var wantThis = wantActive.Contains(installedPlugin.Manifest.InternalName);
|
var wantThis = wantActive.Contains(installedPlugin.Manifest.InternalName);
|
||||||
switch (wantThis)
|
switch (wantThis)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue