diff --git a/Glamourer/Automation/AutoDesignApplier.cs b/Glamourer/Automation/AutoDesignApplier.cs index 637cb5a..3013c4a 100644 --- a/Glamourer/Automation/AutoDesignApplier.cs +++ b/Glamourer/Automation/AutoDesignApplier.cs @@ -166,8 +166,7 @@ public class AutoDesignApplier : IDisposable case AutomationChanged.Type.AddedDesign: case AutomationChanged.Type.MovedDesign: case AutomationChanged.Type.ChangedDesign: - case AutomationChanged.Type.ChangedJobConditions: - case AutomationChanged.Type.ChangedCoordinateConditions: + case AutomationChanged.Type.ChangedConditions: case AutomationChanged.Type.ChangedType: ApplyNew(set); break; diff --git a/Glamourer/Glamourer.csproj b/Glamourer/Glamourer.csproj index 5097303..b2c6888 100644 --- a/Glamourer/Glamourer.csproj +++ b/Glamourer/Glamourer.csproj @@ -5,8 +5,8 @@ x64 Glamourer Glamourer - 0.2.0.19 - 0.2.0.19 + 0.2.0.20 + 0.2.0.20 SoftOtter Glamourer Copyright © 2020 diff --git a/Glamourer/Glamourer.json b/Glamourer/Glamourer.json index 383dc99..2364ae9 100644 --- a/Glamourer/Glamourer.json +++ b/Glamourer/Glamourer.json @@ -5,7 +5,7 @@ "Description": "Adds functionality to change and store appearance of players, customization and equip. Requires Penumbra to be installed and activated to work. Can also add preview options to the Changed Items tab for Penumbra.", "Tags": [ "Appearance", "Glamour", "Race", "Outfit", "Armor", "Clothes", "Skins", "Customization", "Design", "Character" ], "InternalName": "Glamourer", - "AssemblyVersion": "0.2.0.19", + "AssemblyVersion": "0.2.0.20", "RepoUrl": "https://github.com/Ottermandias/Glamourer", "ApplicableVersion": "any", "DalamudApiLevel": 8, diff --git a/GlamourerTest.zip b/GlamourerTest.zip index 13b656e..9a9117a 100644 Binary files a/GlamourerTest.zip and b/GlamourerTest.zip differ diff --git a/repo.json b/repo.json index dcc8fea..b387937 100644 --- a/repo.json +++ b/repo.json @@ -7,7 +7,7 @@ "Tags": [ "Appearance", "Glamour", "Race", "Outfit", "Armor", "Clothes", "Skins", "Customization", "Design", "Character" ], "InternalName": "Glamourer", "AssemblyVersion": "0.1.3.2", - "TestingAssemblyVersion": "0.2.0.19", + "TestingAssemblyVersion": "0.2.0.20", "RepoUrl": "https://github.com/Ottermandias/Glamourer", "ApplicableVersion": "any", "DalamudApiLevel": 8,