Unverified Commit 40cbfd62 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

allow force checkouts even in case of route mismatches

parent c3a43725
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1080,7 +1080,7 @@ sub startup {
					last;
				}
			}
			if ( not $found ) {
			if ( not $found and not $force ) {
				return $promise->resolve( 1, 'station not found in route' );
			}