Skip to content

Commit 3bbd537

Browse files
authored
Update ProcessTimetable.cs
Correction for Passing Time processing
1 parent d1ff8fd commit 3bbd537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Orts.Simulation/Simulation/Timetables/ProcessTimetable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3516,7 +3516,7 @@ public bool BuildStopInfo(TTTrain actTrain, int actPlatformID, Signals signalRef
35163516
}
35173517

35183518
// Stop used to define command only - find related section in route
3519-
else if (Commands != null)
3519+
else if (Commands != null && !passTime.HasValue)
35203520
{
35213521
// Get platform details
35223522
int platformIndex;

0 commit comments

Comments
 (0)