WIP comit

with @solo
This commit is contained in:
Lyle hayhurst
2021-06-01 19:57:44 -05:00
parent ebdc1b5e5c
commit efbbdf7760
3 changed files with 122 additions and 1 deletions

View File

@@ -390,7 +390,7 @@ Hooks.on('updateToken',(scene,token)=>{
if (macroControl != undefined) macroControl.updateAll();
});
Hooks.on('updateActor',(scene,actor)=>{
Hooks.on('updateActor',(actor)=>{
if (enableModule == false || ready == false) return;
let children = canvas.tokens.children[0].children;
for (let i=0; i<children.length; i++){