Fix missing update event when arrival time at destination is unknown
This commit is contained in:
parent
f4a6f8a400
commit
45c32ff5c7
1 changed files with 1 additions and 0 deletions
|
@ -548,6 +548,7 @@ sub startup {
|
|||
}
|
||||
|
||||
if ( not( defined $train or $force ) ) {
|
||||
$self->run_hook( $uid, 'update' );
|
||||
return ( 1, undef );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue