diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2022-07-11 22:08:02 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2022-07-11 22:08:02 +0200 | 
| commit | 4deb0bde0b36a175922bb0b274087f1b19762c4c (patch) | |
| tree | 83e2b36cb4c31726ca81cba1f2863b539aa0512b | |
| parent | af8261991550449f58f6d58573a7b6665a0cf85c (diff) | |
.
| -rwxr-xr-x | lib/Travelynx.pm | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm index eec16ca..73182ed 100755 --- a/lib/Travelynx.pm +++ b/lib/Travelynx.pm @@ -1167,6 +1167,7 @@ sub startup {  						$route_data->{ $station->{name} } = {  							sched_arr => $arr ? $arr->epoch : 0,  							sched_dep => $dep ? $dep->epoch : 0, +							eva       => $station->{evaId},  						};  					} | 
