This commit is contained in:
WBHarry 2026-01-12 00:20:42 +01:00
parent 553431de1a
commit cb36d34fe6

View file

@ -40,7 +40,7 @@ export default class DhSceneConfigSettings extends foundry.applications.sheets.S
static TABS = DhSceneConfigSettings.buildTabs(); static TABS = DhSceneConfigSettings.buildTabs();
async _preFirstRender(context, options) { async _preRender(context, options) {
await super._preFirstRender(context, options); await super._preFirstRender(context, options);
this.daggerheartFlag = new game.system.api.data.scenes.DHScene(this.document.flags.daggerheart); this.daggerheartFlag = new game.system.api.data.scenes.DHScene(this.document.flags.daggerheart);
} }