Uncomment chatDisplay

This commit is contained in:
Dapoolp 2025-08-13 17:32:27 +02:00
parent 291b215a31
commit 257f63d72c

View file

@ -114,7 +114,7 @@ export default class DHBaseAction extends ActionMixin(foundry.abstract.DataModel
async use(event, options = {}) {
if (!this.actor) throw new Error("An Action can't be used outside of an Actor context.");
// if (this.chatDisplay) await this.toChat();
if (this.chatDisplay) await this.toChat();
let { byPassRoll } = options,
config = this.prepareConfig(event, byPassRoll);
for (let i = 0; i < this.constructor.extraSchemas.length; i++) {