mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 10:17:23 +01:00
Meh
This commit is contained in:
parent
11a84e69c2
commit
4e46dadbfb
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue