-Fixed the "empty sheet" bug (i hope)

-Added cursed/blessed treasures
This commit is contained in:
Vlyan
2021-06-15 19:33:30 +02:00
parent 88342087d8
commit ae2229bc28
9 changed files with 134 additions and 45 deletions

View File

@@ -95,8 +95,8 @@ Hooks.once("init", async () => {
// Register custom Handlebars Helpers
RegisterHandlebars();
// Preload Handlebars templates
await PreloadTemplates();
// Preload Handlebars templates (Important : Do not await ! It's sometime break the css in clients)
PreloadTemplates().then(() => {});
// ***** Register custom sheets *****
// Actors