Working on 0.8.x
- Added hook on preCreateChatMessage for the inlineRoll/chatmessage bug
This commit is contained in:
@@ -577,7 +577,7 @@ export class RollnKeepDialog extends FormApplication {
|
||||
};
|
||||
|
||||
// Fill the data
|
||||
roll.evaluate();
|
||||
roll.evaluate({ async: false });
|
||||
|
||||
// Modify results
|
||||
roll.terms.map((term) => {
|
||||
|
||||
Reference in New Issue
Block a user