clean log socket message

log des messages sockets dans le hook (car plusieurs handlers)
This commit is contained in:
Vincent Vandemeulebrouck
2021-05-27 01:18:21 +02:00
parent effb50e778
commit bd7f3a9b3d
3 changed files with 2 additions and 4 deletions

View File

@ -143,6 +143,8 @@ Hooks.once("init", async function () {
/* -------------------------------------------- */
game.socket.on("system.foundryvtt-reve-de-dragon", sockmsg => {
console.log(">>>>> MSG RECV", sockmsg);
RdDUtility.onSocketMesssage(sockmsg);
RdDCombat.onSocketMessage(sockmsg);
ChatUtility.onSocketMessage(sockmsg);