VTTAssets / vtta-party

Provides an instant overview about vital stats of the players active in the current scene
MIT License
4 stars 12 forks source link

isPC has been deprecated and hasPlayerOwner should be used instead #28

Open RollToSaveVsDragons opened 3 years ago

RollToSaveVsDragons commented 3 years ago

The offending lines for convenience. I did a local find-replace and that fixed the problem.

vtta-party/src/app/index.js:29: .filter(a => a.isPC)

vtta-party/src/app/index.js:296: if (token.actor.isPC) {

vtta-party/src/index.js:92: if (actor.isPC) {

vtta-party/src/index.js:99: if (actor.isPC) {

vtta-party/src/index.js:107: if (actor && actor.isPC) {