Saibot393 / Rideable

A Foundry VTT module which allows Tokens to be ridden
MIT License
7 stars 3 forks source link

Familiar mounting via hovering and pressing 'J' no longer working #29

Closed Pyroman2xxx closed 10 months ago

Pyroman2xxx commented 10 months ago

As of the 2.7.0 release, familiar mounting no longer works by selecting the familiar, hovering the ridable token, and pressing 'J'.

Console error generated when this happens: Uncaught (in promise) ReferenceError: undefined. vTarget is not defined [Detected 1 package: Rideable] at MountingScript.js:164:89 at Array.filter () at MountingManager.RequestMount (MountingScript.js:164:32) at MountingManager.MountSelected (MountingScript.js:114:19)

Saibot393 commented 10 months ago

Should be fixed with v2.7.1, thanks for the report and especially the included console error

Pyroman2xxx commented 10 months ago

Thank you for the quick fix!