forked from public/foundryvtt-wh4-lang-fr-fr
Fix creation de perso
This commit is contained in:
@ -370,7 +370,7 @@ Hooks.on("chatMessage", (html, content, msg) => {
|
||||
|
||||
/************************************************************************************/
|
||||
/* Additionnal hooks ready */
|
||||
Hooks.once('ready', () => {
|
||||
Hooks.on('ready', () => {
|
||||
|
||||
if (game.user.isGM) {
|
||||
let chatData = {
|
||||
@ -409,8 +409,7 @@ Hooks.once('ready', () => {
|
||||
"doom": "Maudit (-40)"
|
||||
}
|
||||
|
||||
|
||||
|
||||
console.log("WFRP4E-TRANSLATION | Loading timeout");
|
||||
//setTimeout( __check_fix_wrong_modules, 2000, true, false);
|
||||
setTimeout(__check_fix_wrong_modules, 20000, true, true);
|
||||
setTimeout(__add_actors_translation, 21000, false, true);
|
||||
|
Reference in New Issue
Block a user