Working on 0.8.x - owner -> isOwner

This commit is contained in:
Vlyan
2021-04-24 22:01:31 +02:00
parent a27766a280
commit df86ba81e7
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ export class RollL5r5e extends Roll {
}
set actor(actor) {
this.l5r5e.actor = actor instanceof Actor && actor.owner ? actor : null;
this.l5r5e.actor = actor instanceof Actor && actor.isOwner ? actor : null;
}
/**