v9 - roll now async (sync is removed in v10)

This commit is contained in:
Vlyan
2021-12-21 12:50:59 +01:00
parent 8080016b6a
commit 2173cc6150
5 changed files with 11 additions and 11 deletions

View File

@@ -583,7 +583,7 @@ export class RollnKeepDialog extends FormApplication {
};
// Fill the data
roll.evaluate({ async: false });
await roll.evaluate();
// Modify results
roll.terms.map((term) => {