This commit is contained in:
WBHarry 2025-07-14 00:29:37 +02:00
parent d98dc26770
commit 555ce35575

View file

@ -66,10 +66,10 @@ export default class DhpChatLog extends foundry.applications.sidebar.tabs.ChatLo
Hooks.on('renderChatMessageHTML', this.addChatListeners.bind()); Hooks.on('renderChatMessageHTML', this.addChatListeners.bind());
} }
// close(options) { close(options) {
// Hooks.off('renderChatMessageHTML', this.addChatListeners); Hooks.off('renderChatMessageHTML', this.addChatListeners);
// super.close(options); super.close(options);
// } }
async getActor(id) { async getActor(id) {
// return game.actors.get(id); // return game.actors.get(id);