Skip to content

Commit 0cb3561

Browse files
authored
feat: raise ApiLevel to 4
Prevents crashes for people that are on testing by accident
1 parent 72a2c09 commit 0cb3561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dalamud/Plugin/Internal/PluginManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ internal partial class PluginManager : IDisposable
2929
/// <summary>
3030
/// The current Dalamud API level, used to handle breaking changes. Only plugins with this level will be loaded.
3131
/// </summary>
32-
public const int DalamudApiLevel = 3;
32+
public const int DalamudApiLevel = 4;
3333

3434
private static readonly ModuleLog Log = new("PLUGINM");
3535

0 commit comments

Comments
 (0)