mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
fix: of course also do that in PluginRepository
This commit is contained in:
parent
d7c5489b8d
commit
8724ff13a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue