We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dce5dd commit ce50a58Copy full SHA for ce50a58
Source/RunActivity/Viewer3D/Popups/NextStationWindow.cs
@@ -474,7 +474,7 @@ public override void PrepareFrame(ElapsedTime elapsedTime, bool updateFull)
474
Message.Text = Viewer.Catalog.GetString("Transfer units with train ahead");
475
Message.Color = Color.Orange;
476
}
477
- else if (!playerTimetableTrain.AtStation &&
+ else if (!playerTimetableTrain.AtStation && playerTimetableTrain.StationStops != null && playerTimetableTrain.StationStops.Count > 0 &&
478
playerTimetableTrain.StationStops[0].ReqStopDetails != null && playerTimetableTrain.StationStops[0].ReqStopDetails.displayRQSInfo)
479
{
480
if (playerTimetableTrain.StationStops[0].ReqStopDetails.pickupSet && playerTimetableTrain.StationStops[0].ReqStopDetails.setdownSet)
0 commit comments