Skip to content

Commit

Permalink
missing feat await
Browse files Browse the repository at this point in the history
  • Loading branch information
PwQt committed Jun 26, 2024
1 parent c4d5207 commit d753ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/magic-item-owned-entry/OwnedMagicItemFeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class OwnedMagicItemFeat extends AbstractOwnedMagicItemEntry {
},
);
if (chatData) {
onUsage();
await onUsage();
if (!this.magicItem.isDestroyed) {
this.magicItem.update();
}
Expand Down

0 comments on commit d753ffe

Please sign in to comment.