From 6bad05809e29be4b5c0194cb3117ad4698cf3fe4 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Sun, 29 Mar 2026 16:51:49 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20deprecation=20:=20loadTemplates=20?= =?UTF-8?q?=E2=86=92=20foundry.applications.handlebars.loadTemplates=20(v1?= =?UTF-8?q?3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- fvtt-celestopol.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`,