Skip to content

Commit 514a046

Browse files
committed
Set brake equipment strings from copied locomotive
1 parent 284e804 commit 514a046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/MSTSWagon.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,7 @@ public virtual void Copy(MSTSWagon copy)
17551755
IntakePointList.Add(new IntakePoint(copyIntakePoint));
17561756
}
17571757
}
1758-
1758+
BrakeEquipment = new List<string>(BrakeEquipment);
17591759
MSTSBrakeSystem.InitializeFromCopy(copy.BrakeSystem);
17601760
if (copy.WeightLoadController != null) WeightLoadController = new MSTSNotchController(copy.WeightLoadController);
17611761

0 commit comments

Comments
 (0)