Foundryv14 migration
All checks were successful
Release Creation / build (release) Successful in 56s

This commit is contained in:
2026-04-01 23:35:36 +02:00
parent 1ccc9d2c34
commit 348a192a9a
8 changed files with 19 additions and 21 deletions

View File

@@ -221,7 +221,6 @@ export default class HellbornActorSheet extends HandlebarsApplicationMixin(found
user: game.user.id,
speaker: ChatMessage.getSpeaker({ actor: this.actor }),
content: content,
type: CONST.CHAT_MESSAGE_TYPES.OTHER,
}
ChatMessage.create(chatData, { renderSheet: false })