diff --git a/Dalamud/Plugin/PluginManager.cs b/Dalamud/Plugin/PluginManager.cs index 47d45fca4..40e9e1714 100644 --- a/Dalamud/Plugin/PluginManager.cs +++ b/Dalamud/Plugin/PluginManager.cs @@ -171,7 +171,7 @@ namespace Dalamud.Plugin DalamudApiLevel = DALAMUD_API_LEVEL }; - if (pluginDef.DalamudApiLevel != DALAMUD_API_LEVEL) { + if (pluginDef.DalamudApiLevel < DALAMUD_API_LEVEL) { Log.Error("Incompatible API level: {0}", dllFile.FullName); return false; } diff --git a/lib/Reloaded.Hooks b/lib/Reloaded.Hooks new file mode 160000 index 000000000..010d3a650 --- /dev/null +++ b/lib/Reloaded.Hooks @@ -0,0 +1 @@ +Subproject commit 010d3a6500be46a418d5de905d7ae8907b581cc9