From 766c1742d73c270fb325f9c7e4c43608365f263a Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Mon, 30 Mar 2026 22:15:40 -0400 Subject: [PATCH] Apply suggestion from @CarlosFdez --- module/applications/ui/chatLog.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/module/applications/ui/chatLog.mjs b/module/applications/ui/chatLog.mjs index 79f12e7f..fc826425 100644 --- a/module/applications/ui/chatLog.mjs +++ b/module/applications/ui/chatLog.mjs @@ -218,7 +218,6 @@ export default class DhpChatLog extends foundry.applications.sidebar.tabs.ChatLo isReaction: message.system.roll.options.actionType === 'reaction' } }); - // await message.system.roll._evaluate(); await message.update({ rolls: [message.system.roll.toJSON()] });