mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 20:24:17 +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:
|
case CustomizationType.Iris when race == ModelRace.Unknown:
|
||||||
set[ $"Customization: All Eyes (Catchlight)" ] = null;
|
set[ $"Customization: All Eyes (Catchlight)" ] = null;
|
||||||
break;
|
break;
|
||||||
|
case CustomizationType.DecalEquip:
|
||||||
|
set[ $"Equipment Decal {info.PrimaryId}" ] = null;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
var customizationString = race == ModelRace.Unknown
|
var customizationString = race == ModelRace.Unknown
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue