summaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/maps.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/maps.php b/includes/maps.php
index 6b8ba07..1dfb3a6 100644
--- a/includes/maps.php
+++ b/includes/maps.php
@@ -1072,6 +1072,7 @@ function routePath($mygrid, $validate = false, $traverseBackwards = false) {
if ($blocked) {
$r['blocked'] = true;
$r['lastTarget'] = $t;
+ $r['path'] = $tpath;
return $r;
}