-Fixed the "empty sheet" bug (i hope)
-Added cursed/blessed treasures
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user