Skip to content

Commit f525389

Browse files
authored
Merge pull request #1094 from jendave/main
Fix loadTemplates namespace deprecation warning
2 parents 0898f96 + 6c5d694 commit f525389

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)