mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
fix: raise DALAMUD_API_LEVEL
This commit is contained in:
parent
c57d276065
commit
04b83f9533
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ using Serilog;
|
||||||
namespace Dalamud.Plugin
|
namespace Dalamud.Plugin
|
||||||
{
|
{
|
||||||
internal class PluginManager {
|
internal class PluginManager {
|
||||||
public static int DALAMUD_API_LEVEL = 1;
|
public static int DALAMUD_API_LEVEL = 2;
|
||||||
|
|
||||||
private readonly Dalamud dalamud;
|
private readonly Dalamud dalamud;
|
||||||
private readonly string pluginDirectory;
|
private readonly string pluginDirectory;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue