v1.0.2: Fix bags and settings auto-opening on login
Made-with: Cursor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<Project Sdk="Dalamud.NET.Sdk/14.0.1">
|
||||
<PropertyGroup>
|
||||
<Version>1.0.1.0</Version>
|
||||
<Version>1.0.2.0</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user