mirror of
https://github.com/migatu/vtt_work.git
synced 2026-07-16 23:02:12 +00:00
111
This commit is contained in:
@@ -3,9 +3,8 @@ Hooks.once('init', async () => {
|
||||
if (typeof Handlebars?.registerHelper === "function") {
|
||||
Handlebars.registerHelper("json", (ctx) => JSON.stringify(ctx ?? {}, null, 2));
|
||||
}
|
||||
await loadTemplates([
|
||||
"modules/wg-voidships-builder/templates/voidship-sheet.hbs"
|
||||
]);
|
||||
await loadTemplates(["modules/wg-voidships-builder/templates/voidship-sheet.hbs"]);
|
||||
console.debug("[VB] templates preloaded");
|
||||
} catch (e) {
|
||||
console.warn("wg-voidships-builder: init failed", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user