Skip to content

Commit 84cb7cb

Browse files
committed
Don't enter procedure to switch player train
1 parent 3daa5aa commit 84cb7cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/RunActivity/Viewer3D/Processes/GameStateRunActivity.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,6 @@ void InitSimulator(UserSettings settings, string[] args, string mode, string act
11251125
// for resume and replay : set timetable file and selected train info
11261126
Simulator.TimetableFileName = System.IO.Path.GetFileNameWithoutExtension(args[0]);
11271127
Simulator.PathName = String.Copy(args[1]);
1128-
Simulator.IsAutopilotMode = true;
11291128
}
11301129
break;
11311130
}

0 commit comments

Comments
 (0)