manuelVo / foundryvtt-drag-ruler

A Foundry VTT module that shows a ruler when dragging tokens so you can see how far you've dragged them
MIT License
39 stars 52 forks source link

Error flags.dragruler doesn't exist #269

Open eheliot2 opened 1 year ago

eheliot2 commented 1 year ago

image

const dragRulerFlags = combatant.flags.dragRuler; if (!dragRulerFlags) return;

the control should be done before/during the assignment : const dragRulerFlags = combatant.flags?.dragRuler;