Skip to content

Commit 6c5d694

Browse files
committed
Fix loadTemplate namespace deprecation warning
1 parent 0898f96 commit 6c5d694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Hooks.once('init', async () => {
219219
)
220220

221221
// Register Handlebars partials used by the progress journal page
222-
await (loadTemplates as any)({
222+
await (foundry.applications.handlebars.loadTemplates as any)({
223223
progressButtons:
224224
'systems/foundry-ironsworn/templates/journal/progress-buttons.hbs',
225225
progressBoxes:

0 commit comments

Comments
 (0)