Skip to content

Commit a6cd7c3

Browse files
committed
Fix message within NextStationWindow
1 parent 6c841d1 commit a6cd7c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/Orts.Simulation/Simulation/Simulator.cs

+2
Original file line numberDiff line numberDiff line change
@@ -2136,6 +2136,8 @@ private void CompleteSwitchPlayerTrain()
21362136
}
21372137
if (!TimetableMode)
21382138
(PlayerLocomotive.Train as AITrain).SwitchToPlayerControl();
2139+
else
2140+
PlayerLocomotive.Train.DisplayMessage = "";
21392141
}
21402142
else
21412143
{

0 commit comments

Comments
 (0)