mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
feat: raise ApiLevel to 4
Prevents crashes for people that are on testing by accident
This commit is contained in:
parent
72a2c09942
commit
0cb35619d2
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ namespace Dalamud.Plugin.Internal
|
|||
/// <summary>
|
||||
/// The current Dalamud API level, used to handle breaking changes. Only plugins with this level will be loaded.
|
||||
/// </summary>
|
||||
public const int DalamudApiLevel = 3;
|
||||
public const int DalamudApiLevel = 4;
|
||||
|
||||
private static readonly ModuleLog Log = new("PLUGINM");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue