Template Error

Fixed template preloading url error.
master
The Happy Anarchist 2021-01-03 15:53:16 -10:00
parent 255cdc6b7a
commit 0f4951573f
1 changed files with 2 additions and 2 deletions

View File

@ -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',