fixed some missing await on roll()

fixed army in combat tracker
This commit is contained in:
Vlyan
2021-12-28 15:04:12 +01:00
parent ee1b72caa5
commit 5f49956026
2 changed files with 12 additions and 3 deletions

View File

@@ -248,7 +248,7 @@ export class RollL5r5e extends Roll {
// Execute the roll, if needed
if (!this._evaluated) {
this.roll();
await this.roll();
}
// Define chat data