mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
PR Fix
This commit is contained in:
parent
d98dc26770
commit
555ce35575
1 changed files with 4 additions and 4 deletions
|
|
@ -66,10 +66,10 @@ export default class DhpChatLog extends foundry.applications.sidebar.tabs.ChatLo
|
|||
Hooks.on('renderChatMessageHTML', this.addChatListeners.bind());
|
||||
}
|
||||
|
||||
// close(options) {
|
||||
// Hooks.off('renderChatMessageHTML', this.addChatListeners);
|
||||
// super.close(options);
|
||||
// }
|
||||
close(options) {
|
||||
Hooks.off('renderChatMessageHTML', this.addChatListeners);
|
||||
super.close(options);
|
||||
}
|
||||
|
||||
async getActor(id) {
|
||||
// return game.actors.get(id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue