Skip to content

Commit

Permalink
Meh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottermandias committed Oct 8, 2023
1 parent 11a84e6 commit 4e46dad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Glamourer/State/StateListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,6 @@ private void HandleEquipSlot(Actor actor, ActorState state, EquipSlot slot, ref
// 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;
Expand Down

0 comments on commit 4e46dad

Please sign in to comment.