From df7cd6ea6f9bc435e518721e62a98b8e93b9bbd2 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Tue, 1 Nov 2022 00:44:27 +0100 Subject: [PATCH] Update ECommons --- Pal.Client/Plugin.cs | 5 ++--- vendor/ECommons | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Pal.Client/Plugin.cs b/Pal.Client/Plugin.cs index 5a023c7..e2bc843 100644 --- a/Pal.Client/Plugin.cs +++ b/Pal.Client/Plugin.cs @@ -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.Plugin = this; @@ -165,7 +164,7 @@ namespace Pal.Client { // destroyed on territory change either way } - ECommons.ECommons.Dispose(); + ECommonsMain.Dispose(); } public void Dispose() diff --git a/vendor/ECommons b/vendor/ECommons index e568318..d8b7406 160000 --- a/vendor/ECommons +++ b/vendor/ECommons @@ -1 +1 @@ -Subproject commit e568318fb59dd1170909862735f87ac479021b1b +Subproject commit d8b7406281001b109bc31dbd85e2aa570cb149ba