forked from public/foundryvtt-reve-de-dragon
		
	Ajout async sur displayRollData
Préparation pour récupérer le message affiché et lui ajouter des flags
This commit is contained in:
		| @@ -64,7 +64,7 @@ export class RdDResolutionTable { | ||||
|  | ||||
|   /* -------------------------------------------- */ | ||||
|   static async displayRollData(rollData, actor = undefined, template = 'chat-resultat-general.html') { | ||||
|     ChatUtility.createChatWithRollMode(actor?.userName ?? game.user.name, { | ||||
|     return await ChatUtility.createChatWithRollMode(actor?.userName ?? game.user.name, { | ||||
|       content: await RdDResolutionTable.buildRollDataHtml(rollData, actor, template) | ||||
|     }); | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user