mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
feat(PluginManager): add switch to allow for loading plugins of all API levels
This commit is contained in:
parent
3274bd047d
commit
1e33b7deb5
4 changed files with 15 additions and 2 deletions
|
|
@ -765,7 +765,7 @@ namespace Dalamud.Plugin.Internal
|
|||
return false;
|
||||
|
||||
// API level
|
||||
if (manifest.DalamudApiLevel < DalamudApiLevel)
|
||||
if (manifest.DalamudApiLevel < DalamudApiLevel && !this.dalamud.Configuration.LoadAllApiLevels)
|
||||
return false;
|
||||
|
||||
// Banned
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue