mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 07:36:26 +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());
|
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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue