Sync with deliveries

This commit is contained in:
2022-07-31 09:16:17 +02:00
parent 2332d81e24
commit b0d5f441ee
22 changed files with 10 additions and 11 deletions

View File

@@ -86,7 +86,6 @@ function welcomeMessage() {
/* -------------------------------------------- */
Hooks.once("ready", function () {
CrucibleUtility.ready();
// User warning
if (!game.user.isGM && game.user.character == undefined) {
ui.notifications.info("Warning ! No character linked to your user !");
@@ -103,7 +102,8 @@ Hooks.once("ready", function () {
}
welcomeMessage();
});
CrucibleUtility.ready()
})
/* -------------------------------------------- */
/* Foundry VTT Initialization */