Skip to content

Commit

Permalink
Merge pull request #629 from roth-michael/dnd5e-3.1.x
Browse files Browse the repository at this point in the history
short rests now log to chat when they should
  • Loading branch information
kgar authored Jun 3, 2024
2 parents 339bc2d + e5aa49f commit da779e0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/sheets/Tidy5eNpcSheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1127,13 +1127,6 @@ export class Tidy5eNpcSheet
async _onShortRest(event: Event) {
event.preventDefault();
await this._onSubmit(event);
if (SettingsProvider.settings.showNpcRestInChat.get()) {
let obj = {
dialog: true,
chat: false,
};
return this.shortRest(obj);
}
return this.shortRest();
}

Expand Down

0 comments on commit da779e0

Please sign in to comment.