Skip to content

Commit

Permalink
Merge branch 'feature/issue-207-players-see-hidden-token-ruler' into …
Browse files Browse the repository at this point in the history
…develop
  • Loading branch information
caewok committed Oct 2, 2024
2 parents c3aca82 + 1a44375 commit c81d365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Ruler.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function _broadcastMeasurement(wrapped) {
&& this.token
&& (this.token.document.disposition === CONST.TOKEN_DISPOSITIONS.SECRET
|| this.token.document.hasStatusEffect(CONFIG.specialStatusEffects.INVISIBLE)
|| this.token.document.isHidden) ) return;
|| this.token.document.hidden) ) return;

wrapped();
}
Expand Down

0 comments on commit c81d365

Please sign in to comment.