mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 17:28:49 +00:00
KVV: fix 'IRE 1' line
This commit is contained in:
parent
a1a656f38c
commit
0de9148dfe
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public class KvvProvider extends AbstractEfaProvider {
|
|||
if ("0".equals(mot)) {
|
||||
if (trainName != null && trainName.startsWith("TRILEX"))
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, trainName);
|
||||
if (trainType != null && trainNum.equals("IRE 1") && trainName != null)
|
||||
if (trainNum.equals("IRE 1"))
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "IRE1");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue