Working on 0.8.x

- Added hook on preCreateChatMessage for the inlineRoll/chatmessage bug
This commit is contained in:
Vlyan
2021-05-23 20:29:16 +02:00
parent 286ee72c9f
commit a62781ba69
5 changed files with 83 additions and 44 deletions

View File

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