GM Toolbox : Left clic do only actors with an active player as owner.

This commit is contained in:
Vlyan
2022-10-11 14:36:34 +02:00
parent 5b573a5ed0
commit b219f4aee6
4 changed files with 13 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ export class GmToolbox extends FormApplication {
}
// Manage left/right button
if (!isAll && (!actor.isCharacter || !actor.hasPlayerOwner)) {
if (!isAll && (!actor.isCharacter || !actor.hasPlayerOwnerActive)) {
continue;
}