mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Removed unessecary arg
This commit is contained in:
parent
257f63d72c
commit
4d4af1f983
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
export default class DhpChatMessage extends foundry.documents.ChatMessage {
|
||||
targetHook = null;
|
||||
|
||||
async renderHTML(arg) {
|
||||
async renderHTML() {
|
||||
const actor = game.actors.get(this.speaker.actor);
|
||||
const actorData =
|
||||
actor && this.isContentVisible
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue