Skip to content

Commit f1c5ec6

Browse files
committed
a
1 parent 6702868 commit f1c5ec6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ export function initConfig() {
765765

766766
async _onLeftClick(event) {
767767
ui.ARGON.interceptNextDialog(event.currentTarget);
768-
const used = await this.activity.use({ event }, { event });
768+
const used = await this.item.use({event, legacy: false}, {event});
769769
if (used) {
770770
DND5eItemButton.consumeActionEconomy(this.activity);
771771
}

0 commit comments

Comments
 (0)