Forien / foundryvtt-forien-token-rotation

3 stars 1 forks source link

Update anchor.mjs for V9 #5

Open Saritheran opened 2 years ago

Saritheran commented 2 years ago

Changed line 77 from return this.token.update({rotation: angleDeg}); to return this.token.document.update({rotation: angleDeg});

ren0d1 commented 3 months ago

Applying this change to the local files makes it work for V11 as well. I don't know why it hasn't been merged already (nor why this module has been discontinued), but thank you.