Skip to content

Commit

Permalink
Work towards thekabal#40 - Moving sector 0 to sector 1
Browse files Browse the repository at this point in the history
  • Loading branch information
thekabal committed Mar 26, 2017
1 parent fb274c6 commit ee44d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lrscan.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
echo "</td></tr>";
echo "<tr bgcolor=\"$tkireg->color_line2\"><td><strong>" . $langvars['l_ships'] . "</strong></td></tr>";
echo "<tr><td>";
if ($sector != 0)
if ($sector != 1)
{
// Get ships located in the scanned sector
$result4 = $db->Execute("SELECT ship_id, ship_name, character_name, cloak FROM {$db->prefix}ships WHERE sector = ? AND on_planet = 'N';", array($sector));
Expand Down

0 comments on commit ee44d73

Please sign in to comment.