mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fix misidentification bug.
This commit is contained in:
parent
847d8432ff
commit
b3814e61d1
2 changed files with 4 additions and 1 deletions
|
|
@ -293,6 +293,9 @@ internal class ObjectIdentification : IObjectIdentifier
|
|||
case CustomizationType.Iris when race == ModelRace.Unknown:
|
||||
set[ $"Customization: All Eyes (Catchlight)" ] = null;
|
||||
break;
|
||||
case CustomizationType.DecalEquip:
|
||||
set[ $"Equipment Decal {info.PrimaryId}" ] = null;
|
||||
break;
|
||||
default:
|
||||
{
|
||||
var customizationString = race == ModelRace.Unknown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue