mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Apply suggestion from @CarlosFdez
This commit is contained in:
parent
a7c4549e6f
commit
766c1742d7
1 changed files with 0 additions and 1 deletions
|
|
@ -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()]
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue