diff --git a/Dalamud/Plugin/Internal/Types/LocalPluginManifest.cs b/Dalamud/Plugin/Internal/Types/LocalPluginManifest.cs index 36e4d3c3c..03ca8b864 100644 --- a/Dalamud/Plugin/Internal/Types/LocalPluginManifest.cs +++ b/Dalamud/Plugin/Internal/Types/LocalPluginManifest.cs @@ -22,7 +22,7 @@ namespace Dalamud.Plugin.Internal.Types if (this.Name.IsNullOrEmpty()) return false; - if (this.DalamudApiLevel != 0) + if (this.DalamudApiLevel == 0) return false; return true;