- new map icons added
- fixed a "map sync" issue with multiple open tabs, #446 - fixed a bug where connections "disappear" from map for some seconds - fixed a bug where "open ingame info" for char/system does not work in some UI tables - upgraded [_Font Awesome_](https://fontawesome.com) icon lib `v5.2.0` → `v5.9.0`
This commit is contained in:
@@ -300,7 +300,7 @@ class Route extends Controller\AccessController {
|
||||
private function filterJumpData($filterData = [], $keepSystems = []){
|
||||
if($filterData['flag'] == 'secure'){
|
||||
// remove all systems (TrueSec < 0.5) from search arrays
|
||||
$this->jumpArray = array_filter($this->jumpArray, function($systemId) use($keepSystems) {
|
||||
$this->jumpArray = array_filter($this->jumpArray, function($systemId) use ($keepSystems) {
|
||||
$systemNameData = $this->nameArray[$systemId];
|
||||
$systemSec = $systemNameData[3];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user