Open RollToSaveVsDragons opened 4 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) {
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) {