Prevent early returning in the taf.getRollData hook
This commit is contained in:
parent
0cd8af77b2
commit
0fb10b7ae2
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ export class TAFActor extends Actor {
|
||||||
...this.system.attr,
|
...this.system.attr,
|
||||||
};
|
};
|
||||||
|
|
||||||
Hooks.call(`taf.getRollData`, data, this);
|
Hooks.callAll(`taf.getRollData`, data, this);
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue