We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5baf0b6 commit 9751a9fCopy full SHA for 9751a9f
Dalamud/Plugin/PluginManager.cs
@@ -19,7 +19,7 @@ internal class PluginManager
19
/// <summary>
20
/// The current Dalamud API level, used to handle breaking changes. Only plugins with this level will be loaded.
21
/// </summary>
22
- public const int DalamudApiLevel = 2;
+ public const int DalamudApiLevel = 3;
23
24
private readonly Dalamud dalamud;
25
private readonly string pluginDirectory;
0 commit comments