Closed CDeenen closed 3 years ago
This isn't a problem for 5e (and possibly other systems), but in MaterialDeck.js, line 393: Hooks.on('updateActor',(scene,actor)=>{ should be Hooks.on('updateActor',(actor)=>{
Hooks.on('updateActor',(scene,actor)=>{
Hooks.on('updateActor',(actor)=>{
This isn't a problem for 5e (and possibly other systems), but in MaterialDeck.js, line 393:
Hooks.on('updateActor',(scene,actor)=>{
should beHooks.on('updateActor',(actor)=>{