diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/maps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/maps.php b/includes/maps.php index 1e18804..cddd0d5 100644 --- a/includes/maps.php +++ b/includes/maps.php @@ -899,7 +899,7 @@ function routePath($mygrid, $start = '', $validate = false) { // Doing this scan once is far more effecient than rescanning.
$tileLocations = findTilesM($mygrid, str_split('S'));
- if (in_array($tileLocations, "S") {
+ if (in_array("S", $tileLocations)) {
}
|