mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
increase level of caution
This commit is contained in:
parent
cbc433f76c
commit
fd43d818f9
1 changed files with 2 additions and 3 deletions
|
@ -331,9 +331,8 @@ sub get_connecting_trains_p {
|
||||||
if ( $hafas_train->{iris_seen} ) {
|
if ( $hafas_train->{iris_seen} ) {
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
if ( $iris_eva != $eva
|
if ( $hafas_train->station_eva >= 8000000 ) {
|
||||||
and $hafas_train->station_eva == $iris_eva )
|
|
||||||
{
|
|
||||||
# better safe than sorry, for now
|
# better safe than sorry, for now
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue