Skip to content

Commit 3dbe81f

Browse files
committed
Reinsert deleted line
1 parent ca9f457 commit 3dbe81f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Orts.Simulation/Simulation/Simulator.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1963,6 +1963,7 @@ private void StartSwitchPlayerTrain()
19631963
// and now switch!
19641964
playerTrain.TrainType = Train.TRAINTYPE.AI;
19651965
if (!TimetableMode) AI.AITrains.Add(playerTrain);
1966+
playerTrain.Autopilot = false;
19661967
if (TrainSwitcher.SuspendOldPlayer)
19671968
{
19681969
playerTrain.MovementState = AITrain.AI_MOVEMENT_STATE.SUSPENDED;

0 commit comments

Comments
 (0)