MaterialFoundry / MaterialDeck

41 stars 20 forks source link

[BUG] Hook.on('updateActor') is incorrect #75

Closed CDeenen closed 3 years ago

CDeenen commented 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)=>{