Fix apv2, WIP
This commit is contained in:
@@ -468,7 +468,7 @@ export class VermineUtils {
|
||||
* @returns {Promise<ChatMessage>} The created chat message
|
||||
*/
|
||||
static async diplayChatRoll(roll, param) {
|
||||
const content = await renderTemplate("systems/vermine2047/templates/roll-message.hbs", { roll, param });
|
||||
const content = await foundry.applications.handlebars.renderTemplate("systems/vermine2047/templates/roll-message.hbs", { roll, param });
|
||||
const chatData = {
|
||||
user: game.user?._id,
|
||||
speaker: ChatMessage.getSpeaker(),
|
||||
|
||||
Reference in New Issue
Block a user