forked from public/foundryvtt-reve-de-dragon
		
	Merge branch 'v1.5' of https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon into v1.5
This commit is contained in:
		| @@ -8,7 +8,7 @@ | ||||
|  | ||||
| /* -------------------------------------------- */ | ||||
| // Import Modules | ||||
| import { SYSTEM_RDD } from "./constants.js"; | ||||
| import { SYSTEM_RDD, SYSTEM_SOCKET_ID } from "./constants.js"; | ||||
| import { RdDActor } from "./actor.js"; | ||||
| import { RdDItemSheet } from "./item-sheet.js"; | ||||
| import { RdDActorSheet } from "./actor-sheet.js"; | ||||
| @@ -147,7 +147,7 @@ Hooks.once("init", async function () { | ||||
|   }; | ||||
|  | ||||
|   /* -------------------------------------------- */ | ||||
|   game.socket.on("system.foundryvtt-reve-de-dragon", sockmsg => { | ||||
|   game.socket.on(SYSTEM_SOCKET_ID, sockmsg => { | ||||
|     console.log(">>>>> MSG RECV", sockmsg); | ||||
|  | ||||
|     RdDUtility.onSocketMessage(sockmsg); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user