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 284e804 commit 514a046Copy full SHA for 514a046
Source/Orts.Simulation/Simulation/RollingStocks/MSTSWagon.cs
@@ -1755,7 +1755,7 @@ public virtual void Copy(MSTSWagon copy)
1755
IntakePointList.Add(new IntakePoint(copyIntakePoint));
1756
}
1757
1758
-
+ BrakeEquipment = new List<string>(BrakeEquipment);
1759
MSTSBrakeSystem.InitializeFromCopy(copy.BrakeSystem);
1760
if (copy.WeightLoadController != null) WeightLoadController = new MSTSNotchController(copy.WeightLoadController);
1761
0 commit comments