diff --git a/AetherBags/AetherBags.csproj b/AetherBags/AetherBags.csproj index 07b52b9..c03d643 100644 --- a/AetherBags/AetherBags.csproj +++ b/AetherBags/AetherBags.csproj @@ -1,6 +1,6 @@ - 1.0.1.0 + 1.0.2.0 diff --git a/AetherBags/Plugin.cs b/AetherBags/Plugin.cs index e44c922..244d050 100644 --- a/AetherBags/Plugin.cs +++ b/AetherBags/Plugin.cs @@ -106,9 +106,6 @@ public class Plugin : IDalamudPlugin System.Config = Util.LoadConfigOrDefault(); System.IPC.UpdateUnifiedCategorySupport(System.Config.General.UseUnifiedExternalCategories); System.LootedItemsTracker.Enable(); - - System.AddonInventoryWindow.DebugOpen(); - System.AddonConfigurationWindow.DebugOpen(); } private void OnLogout(int type, int code)