Apply suggestion from @CarlosFdez

This commit is contained in:
Carlos Fernandez 2026-03-30 22:15:40 -04:00 committed by GitHub
parent a7c4549e6f
commit 766c1742d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -218,7 +218,6 @@ export default class DhpChatLog extends foundry.applications.sidebar.tabs.ChatLo
isReaction: message.system.roll.options.actionType === 'reaction' isReaction: message.system.roll.options.actionType === 'reaction'
} }
}); });
// await message.system.roll._evaluate();
await message.update({ await message.update({
rolls: [message.system.roll.toJSON()] rolls: [message.system.roll.toJSON()]
}); });