mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fixed ambiguous id in view which causes that minelevation never worked
This commit is contained in:
@@ -807,6 +807,7 @@ class Predict
|
||||
if ($detail->vis != Predict::SAT_VIS_VISIBLE) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if ($detail->el < $this->minEle) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user