Skip to content

Commit

Permalink
#69
Browse files Browse the repository at this point in the history
- Fix undefined 'success' error.
  • Loading branch information
Larkinabout committed Oct 15, 2023
1 parent 4268469 commit 821adc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/action-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,8 @@ Hooks.once('tokenActionHudCoreApiReady', async (coreModule) => {
* @private
*/
async #buildCounters () {
if (this.actorType !== 'character') return

const actionType = 'counter'

// Get counters
Expand Down

0 comments on commit 821adc1

Please sign in to comment.