Update the turn marker settings on first load
This commit is contained in:
parent
463b0c4553
commit
26534ec0ca
4 changed files with 20 additions and 0 deletions
|
|
@ -30,4 +30,11 @@ export function registerMetaSettings() {
|
|||
await ui.combat.render({ parts: [ `tracker` ] });
|
||||
},
|
||||
});
|
||||
|
||||
game.settings.register(`ripcrypt`, `firstLoadFinished`, {
|
||||
scope: `world`,
|
||||
type: Boolean,
|
||||
initial: false,
|
||||
requiresReload: false,
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue