mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
hotfix: scenery timetable train statuses
This commit is contained in:
@@ -251,7 +251,7 @@ export default defineComponent({
|
|||||||
const trainStopStatus = getTrainStopStatus(
|
const trainStopStatus = getTrainStopStatus(
|
||||||
ct.checkpointStop,
|
ct.checkpointStop,
|
||||||
ct.train.currentStationName,
|
ct.train.currentStationName,
|
||||||
sceneryName
|
sceneryName.replace(/_/g, ' ')
|
||||||
);
|
);
|
||||||
|
|
||||||
const trainStopIndex =
|
const trainStopIndex =
|
||||||
|
|||||||
Reference in New Issue
Block a user