Update Readme
Closed this issue · 1 comments
JPMeehan commented
A more correct reference than console.log(actor.data.data)
would be console.log(actor.getRollData()
- for one, data.data. is deprecated since v10 and will be fully removed come v12, secondly getRollData()
is what's actually used by the roll parser.
misthero commented
thank you that's correct. will fix that