Init settings before sheets

Eviter que le chargement d'acteurs ait lieu avant le chargement
des settings
This commit is contained in:
2024-10-14 03:46:09 +02:00
parent 174ef4256a
commit 90d46c6a78
11 changed files with 40 additions and 41 deletions

View File

@ -15,7 +15,7 @@ const TEMPLATE_CALENDRIER = "systems/foundryvtt-reve-de-dragon/templates/time/ca
const INITIAL_CALENDAR_POS = { top: 200, left: 200, horlogeAnalogique: true };
/* -------------------------------------------- */
export class RdDCalendrier extends Application {
static init() {
static initSettings() {
game.settings.register(SYSTEM_RDD, "liste-nombre-astral", {
name: "liste-nombre-astral",
scope: "world",