diff options
Diffstat (limited to 'do.php')
-rw-r--r-- | do.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -132,10 +132,10 @@ if ($_GET['r'] == 'getpath') { //$json = routePath($mygrid);
// New
- // !! Broken!
+ // TODO: Broken!
//Route the path
$json['path'][] = routePath($mygrid);
- $json['path'][] = routePath($mygrid, 'X');
+ $json['path'][] = routePath($mygrid, false, true);
// !! Tmp
//$moves = $json['moves'];
|