mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
Merge pull request #3864 from jaborsh/patch-3
xyzgrid: Return Dijkstra solution
This commit is contained in:
commit
45c350ffa0
1 changed files with 1 additions and 0 deletions
|
|
@ -624,6 +624,7 @@ class XYMap:
|
|||
# we can re-use the stored data!
|
||||
self.dist_matrix = dist_matrix
|
||||
self.pathfinding_routes = pathfinding_routes
|
||||
return
|
||||
|
||||
# build a matrix representing the map graph, with 0s as impassable areas
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue