fixed some missing await on roll()
fixed army in combat tracker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user