Update ECommons
This commit is contained in:
parent
5e311a4015
commit
df7cd6ea6f
@ -13,7 +13,6 @@ using Grpc.Core;
|
||||
using ImGuiNET;
|
||||
using Lumina.Excel.GeneratedSheets;
|
||||
using Pal.Client.Windows;
|
||||
using Palace;
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
@ -55,7 +54,7 @@ namespace Pal.Client
|
||||
public Plugin(DalamudPluginInterface pluginInterface)
|
||||
{
|
||||
|
||||
ECommons.ECommons.Init(pluginInterface, this, Module.SplatoonAPI);
|
||||
ECommonsMain.Init(pluginInterface, this, Module.SplatoonAPI);
|
||||
|
||||
pluginInterface.Create<Service>();
|
||||
Service.Plugin = this;
|
||||
@ -165,7 +164,7 @@ namespace Pal.Client
|
||||
{
|
||||
// destroyed on territory change either way
|
||||
}
|
||||
ECommons.ECommons.Dispose();
|
||||
ECommonsMain.Dispose();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
|
2
vendor/ECommons
vendored
2
vendor/ECommons
vendored
@ -1 +1 @@
|
||||
Subproject commit e568318fb59dd1170909862735f87ac479021b1b
|
||||
Subproject commit d8b7406281001b109bc31dbd85e2aa570cb149ba
|
Loading…
Reference in New Issue
Block a user