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 c23d0c3 commit 6dce5ddCopy full SHA for 6dce5dd
Source/RunActivity/Viewer3D/Popups/NextStationWindow.cs
@@ -474,7 +474,8 @@ 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.StationStops[0].ReqStopDetails != null && playerTimetableTrain.StationStops[0].ReqStopDetails.displayRQSInfo)
+ else if (!playerTimetableTrain.AtStation &&
478
+ playerTimetableTrain.StationStops[0].ReqStopDetails != null && playerTimetableTrain.StationStops[0].ReqStopDetails.displayRQSInfo)
479
{
480
if (playerTimetableTrain.StationStops[0].ReqStopDetails.pickupSet && playerTimetableTrain.StationStops[0].ReqStopDetails.setdownSet)
481
0 commit comments