asacolips-projects / boilerplate

Boilerplate system for FoundryVTT to use as a starting point for your own system's development. Follow along with the [accompanying tutorial](https://foundryvtt.wiki/en/development/guides/SD-tutorial) on the wiki.
Other
19 stars 10 forks source link

isOwner on document sheets #38

Closed JPMeehan closed 2 months ago

JPMeehan commented 2 months ago

There's no isOwner getter on the document sheets, there's only this.document.isOwner, so in _prepareContext the owner property is always undefined.