Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0d42a6a7dc |
@@ -1,6 +1,6 @@
|
|||||||
<Project Sdk="Dalamud.NET.Sdk/14.0.1">
|
<Project Sdk="Dalamud.NET.Sdk/14.0.1">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>1.0.1.0</Version>
|
<Version>1.0.2.0</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|||||||
@@ -106,9 +106,6 @@ public class Plugin : IDalamudPlugin
|
|||||||
System.Config = Util.LoadConfigOrDefault();
|
System.Config = Util.LoadConfigOrDefault();
|
||||||
System.IPC.UpdateUnifiedCategorySupport(System.Config.General.UseUnifiedExternalCategories);
|
System.IPC.UpdateUnifiedCategorySupport(System.Config.General.UseUnifiedExternalCategories);
|
||||||
System.LootedItemsTracker.Enable();
|
System.LootedItemsTracker.Enable();
|
||||||
|
|
||||||
System.AddonInventoryWindow.DebugOpen();
|
|
||||||
System.AddonConfigurationWindow.DebugOpen();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnLogout(int type, int code)
|
private void OnLogout(int type, int code)
|
||||||
|
|||||||
Reference in New Issue
Block a user