Sync with deliveries
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user