v9 - roll now async (sync is removed in v10)
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user