Fix missing update event when arrival time at destination is unknown

This commit is contained in:
Daniel Friesel 2019-05-24 17:17:04 +02:00
parent f4a6f8a400
commit 45c32ff5c7

View file

@ -548,6 +548,7 @@ sub startup {
}
if ( not( defined $train or $force ) ) {
$self->run_hook( $uid, 'update' );
return ( 1, undef );
}