Open Saritheran opened 2 years ago
Changed line 77 from return this.token.update({rotation: angleDeg}); to return this.token.document.update({rotation: angleDeg});
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.
Changed line 77 from return this.token.update({rotation: angleDeg}); to return this.token.document.update({rotation: angleDeg});