WIP comit
with @solo
This commit is contained in:
@@ -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++){
|
||||
|
||||
Reference in New Issue
Block a user