Update the turn marker settings on first load

This commit is contained in:
Oliver-Akins 2025-02-15 02:10:32 -07:00
parent 463b0c4553
commit 26534ec0ca
4 changed files with 20 additions and 0 deletions

View file

@ -103,6 +103,7 @@ Hooks.once(`init`, () => {
// #region Token Attrs
CONFIG.Actor.trackableAttributes.hero = HeroData.trackableAttributes;
// #endregion
registerCustomComponents();
Handlebars.registerHelper(helpers);