Skip to content

Commit 9751a9f

Browse files
committed
feat: up DalamudApiLevel to 3
1 parent 5baf0b6 commit 9751a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dalamud/Plugin/PluginManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ internal class PluginManager
1919
/// <summary>
2020
/// The current Dalamud API level, used to handle breaking changes. Only plugins with this level will be loaded.
2121
/// </summary>
22-
public const int DalamudApiLevel = 2;
22+
public const int DalamudApiLevel = 3;
2323

2424
private readonly Dalamud dalamud;
2525
private readonly string pluginDirectory;

0 commit comments

Comments
 (0)