Removed unessecary arg

This commit is contained in:
Dapoolp 2025-08-13 17:33:21 +02:00
parent 257f63d72c
commit 4d4af1f983

View file

@ -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