Sync
This commit is contained in:
@ -297,7 +297,7 @@ Hooks.on("chatMessage", (html, content, msg) => {
|
||||
Hooks.once('ready', () => {
|
||||
|
||||
if (game.user.isGM)
|
||||
ChatMessage.create( { title: "Patch en progression", content: "Les modules WFRP4E sont <strong>en cours de patch pour traduction</strong>... Merci <strong>d'attendre le message de fin</strong> (dans environ 20 secondes)", whisper: ChatMessage.getWhisperRecipients("GM") } );
|
||||
ChatMessage.create( { title: "Patch en progression", content: "Les modules WFRP4E sont <strong>en cours de patch pour traduction</strong>... Merci <strong>d'attendre le message de fin</strong> (dans environ 20 secondes)<p>Pour rappel et à titre informatif, il faut activer ce module de traduction FR <strong>avant</strong> de procéder à l'importation des données des modules C7 (core compris).</p><p>Support et informations sur le Discord FR de Foundry : https://discord.gg/pPSDNJk</p>", whisper: ChatMessage.getWhisperRecipients("GM") } );
|
||||
|
||||
//setTimeout( __check_fix_wrong_modules, 2000, true, false);
|
||||
setTimeout( __check_fix_wrong_modules, 20000, true, true);
|
||||
|
Reference in New Issue
Block a user