fix: of course also do that in PluginRepository

This commit is contained in:
goat 2020-12-08 09:11:10 +01:00
parent d7c5489b8d
commit 8724ff13a1

View file

@ -175,7 +175,7 @@ namespace Dalamud.Plugin
continue; continue;
} }
if (remoteInfo.DalamudApiLevel != PluginManager.DALAMUD_API_LEVEL) { if (remoteInfo.DalamudApiLevel < PluginManager.DALAMUD_API_LEVEL) {
Log.Information("Has not applicable API level: {0}", info.Name); Log.Information("Has not applicable API level: {0}", info.Name);
continue; continue;
} }