mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Fix DsN bug
This commit is contained in:
parent
702038c41e
commit
3623108ca5
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ export default class DHBaseAction extends ActionMixin(foundry.abstract.DataModel
|
||||||
success: result.roll.success
|
success: result.roll.success
|
||||||
});
|
});
|
||||||
if (game.modules.get('dice-so-nice')?.active)
|
if (game.modules.get('dice-so-nice')?.active)
|
||||||
game.dice3d.waitFor3DAnimationByMessageID(result.message.id).then(()=> updateMsg());
|
game.dice3d.waitFor3DAnimationByMessageID(result.message.id ?? result.message._id).then(() => updateMsg());
|
||||||
else updateMsg();
|
else updateMsg();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue