fixed ambiguous id in view which causes that minelevation never worked

This commit is contained in:
int2001
2025-03-16 12:08:26 +00:00
parent 98a33498e1
commit a6708bf369
2 changed files with 2 additions and 1 deletions

View File

@@ -807,6 +807,7 @@ class Predict
if ($detail->vis != Predict::SAT_VIS_VISIBLE) {
continue;
}
if ($detail->el < $this->minEle) {
continue;
}