From 0f4951573f3d1370bd722471f7266634d83214f0 Mon Sep 17 00:00:00 2001 From: The Happy Anarchist Date: Sun, 3 Jan 2021 15:53:16 -1000 Subject: [PATCH] Template Error Fixed template preloading url error. --- src/module/preloadTemplates.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/module/preloadTemplates.js b/src/module/preloadTemplates.js index 10259a9..35f2a3f 100644 --- a/src/module/preloadTemplates.js +++ b/src/module/preloadTemplates.js @@ -1,8 +1,8 @@ export const preloadHandlebarsTemplates = async function () { const templatePaths = [ //Character Sheets - 'systems/acks/templates/actors/character-html.html', - 'systems/acks/templates/actors/monster-html.html', + 'systems/acks/templates/actors/character-sheet.html', + 'systems/acks/templates/actors/monster-sheet.html', //Actor partials //Sheet tabs 'systems/acks/templates/actors/partials/character-header.html',