mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 20:33:43 +01:00
Gracefully deal with invalid offhand IMCs.
This commit is contained in:
parent
d6f61f06cb
commit
e46fcc4af1
3 changed files with 4 additions and 3 deletions
|
|
@ -100,7 +100,8 @@ public readonly record struct ImcIdentifier(
|
|||
return false;
|
||||
if (!Enum.IsDefined(ObjectType))
|
||||
return false;
|
||||
|
||||
if (ItemData.AdaptOffhandImc(PrimaryId, out _))
|
||||
return false;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue