Fixed so that action uses are automatically spent

This commit is contained in:
WBHarry 2026-06-21 13:42:58 +02:00
parent 3840f39c97
commit 42949624a1

View file

@ -226,6 +226,7 @@ export default class D20RollDialog extends HandlebarsApplicationMixin(Applicatio
static async submitRoll(event) {
event.preventDefault();
await this.submit();
await this.close({ submitted: true });
}