caewok / fvtt-elevated-vision

Adjust Foundry VTT vision, lighting, and token elevations based on terrain, wall, or token elevation.
MIT License
12 stars 5 forks source link

Incompatible with token lean #101

Closed seancroach closed 9 months ago

seancroach commented 10 months ago

Only using wall height, elevated vision, libWrapper, and token lean, this module no longer works even in a completely new campaign.

caewok commented 9 months ago

Well, I cannot get Token Lean to work without any other modules enabled. It gives me:

script.mjs:164 Uncaught TypeError: Cannot read properties of undefined (reading 'getMovementAdjustedPoint')
    at enableLean (script.mjs:164:43)
    at Object.onUp (script.mjs:100:13)
    at KeyboardManager._executeKeybind (foundry.js:2501:58)
    at KeyboardManager._processKeyboardContext (foundry.js:2543:33)
    at KeyboardManager._handleKeyboardEvent (foundry.js:2601:10)
    at foundry.js:2228:52