Action chat message + formatTarget fix (#410)

This commit is contained in:
Dapoulp 2025-07-25 21:34:03 +02:00 committed by GitHub
parent 62b9a8fbee
commit fcba5041e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 10 deletions

View file

@ -106,8 +106,6 @@ export default class DHItem extends foundry.documents.Item {
}
if (action) return action.use(event);
}
return this.toChat();
}
async toChat(origin) {