foundry-vtt-modules
foundry-vtt-modules copied to clipboard
[Bug] [Enhancement Suite] renderActor5eSheet hook Not Called
Is your feature request related to a problem? Please describe.
Added Enhancement Suite as well as DDB-Importer modules. The former hooks into the event:
Hooks.on('renderActor5eSheet', (app, html, data) => {
but the render call is executed.
I was able to get the DDB-Import button to display on the Actor sidebar by changing the hook it uses to:
Hooks.on('renderActorDirectory', (app, html, data) => {