manuelVo / foundryvtt-routinglib

A Foundry VTT library that allows other modules perform pathfinding within the scene
MIT License
3 stars 7 forks source link

Pathfinding doesn't work with Wall Height for GM #1

Closed Zamrod closed 2 years ago

Zamrod commented 2 years ago

Right now pathfinding will find a route that goes through all walls whose height isn't infinite when you are the GM. It works for players but for the GM it only pathfinds around infinite walls.

manuelVo commented 2 years ago

This should be fixed with dfa6a9316