Skip to content

Commit

Permalink
Hci: fix line numbers for RE/RB trains
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-albers committed Jul 8, 2023
1 parent 48f3f8d commit fde684c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ public class AbstractHafasClientInterfaceProvider: AbstractHafasProvider {
let id = prod["prodCtx", "lineId"].string

var vehicleNumber = prod["prodCtx", "num"].string
if number != nil && vehicleNumber == number {
if number != nil && vehicleNumber == nameS {
vehicleNumber = nil
}

Expand Down

0 comments on commit fde684c

Please sign in to comment.