diff --git a/fvtt-celestopol.mjs b/fvtt-celestopol.mjs index 1e136af..bcf9d5e 100644 --- a/fvtt-celestopol.mjs +++ b/fvtt-celestopol.mjs @@ -185,7 +185,7 @@ function _registerSettings() { function _preloadTemplates() { const base = `systems/${SYSTEM_ID}/templates` - loadTemplates([ + foundry.applications.handlebars.loadTemplates([ `${base}/character-main.hbs`, `${base}/character-competences.hbs`, `${base}/character-blessures.hbs`,