CharacterStudio icon indicating copy to clipboard operation
CharacterStudio copied to clipboard

Manifest Modeltrait#isRestricted possibly broken?

Open Benjythebee opened this issue 9 months ago • 0 comments

In CharacterManifestData.js Function isRestricted(targetModelTrait)

I noticed const traitTypes = getAsArray(trait.type); Line 703. variable trait comes from nowhere so it's always undefined

https://github.com/M3-org/CharacterStudio/blob/main/src/library/CharacterManifestData.js#L703

Benjythebee avatar May 01 '24 04:05 Benjythebee