diff --git a/module/tmr-utility.js b/module/tmr-utility.js index 41a13ea4..0246260c 100644 --- a/module/tmr-utility.js +++ b/module/tmr-utility.js @@ -539,7 +539,8 @@ export class TMRUtility { letter = String.fromCharCode( letterValue ); } let caseIndex = letter+num; - console.log("Case ", letterValue, letter, num, TMRMapping[caseIndex].label ); + ChatMessage.create( { content: "Case aléatoire : " + letter+num + " - " + TMRMapping[caseIndex].label , + whisper: ChatMessage.getWhisperRecipients("GM") } ); } /* -------------------------------------------- */