From 4e46dadbfb0da98188c6c664f5b77dde9ad491ca Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Sun, 8 Oct 2023 15:05:25 +0200 Subject: [PATCH] Meh --- Glamourer/State/StateListener.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Glamourer/State/StateListener.cs b/Glamourer/State/StateListener.cs index a347b1a..b07a359 100644 --- a/Glamourer/State/StateListener.cs +++ b/Glamourer/State/StateListener.cs @@ -414,8 +414,6 @@ public class StateListener : IDisposable // Use current model data. // Transformed also handles invisible hat state. case UpdateState.NoChange: - armor = state.ModelData.ArmorWithState(slot); - break; case UpdateState.Transformed when slot is EquipSlot.Head && armor.Value is 0: armor = state.ModelData.ArmorWithState(slot); break;