Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Sep 28, 2024
1 parent 6702868 commit f1c5ec6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ export function initConfig() {

async _onLeftClick(event) {
ui.ARGON.interceptNextDialog(event.currentTarget);
const used = await this.activity.use({ event }, { event });
const used = await this.item.use({event, legacy: false}, {event});
if (used) {
DND5eItemButton.consumeActionEconomy(this.activity);
}
Expand Down

0 comments on commit f1c5ec6

Please sign in to comment.