Skip to content

Commit

Permalink
Merge pull request #531 from NekohimeMusou/item-chat-card-fix
Browse files Browse the repository at this point in the history
Fix: Item chat cards don't show
  • Loading branch information
Rughalt authored Sep 9, 2024
2 parents 882ad44 + 3e83194 commit 8fbbad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/item/entity.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ export default class OseItem extends Item {
// Basic chat message data
const chatData = {
user: game.user.id,
type: CONST.CHAT_MESSAGE_STYLES.OTHER,
type: CONST.CHAT_MESSAGE_TYPES.OTHER,
content: html,
speaker: {
actor: this.actor.id,
Expand Down

0 comments on commit 8fbbad6

Please sign in to comment.