Skip to content

Commit

Permalink
KVB: Fix ic/regio bitmask: regio == 16; ic == 32
Browse files Browse the repository at this point in the history
  • Loading branch information
derf committed Aug 10, 2024
1 parent 9ad2a5f commit 163665f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Travel/Status/DE/HAFAS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,9 @@ my %hafas_instance = (
[ tram => 'trams' ],
[ _ => undef ],
[ bus => 'buses' ],
[ ic => 'national trains' ],
[ regio => 'regional trains' ],
[ ic => 'national trains' ],
[ _ => undef ],
[ _ => undef ],
[ ondemand => 'taxi buses' ]
],
Expand Down

0 comments on commit 163665f

Please sign in to comment.