Unverified Commit 41cc5f3c authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

work: check arr on arr, not on dep

parent f0e169cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ sub run {
							arr_eva => $arr
						);
						if (    $journey->class <= 16
							and $found_dep->rt_arr->epoch - $now->epoch < 600 )
							and $found_arr->rt_arr->epoch - $now->epoch < 600 )
						{
							$self->app->add_wagonorder( $uid, 0, $train_id,
								$found_dep->sched_dep, $journey->number );