Skip to content

Commit 038a2f4

Browse files
committed
Revert "Add information note"
This reverts commit 117287f.
1 parent 117287f commit 038a2f4

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
@@ -436,7 +436,7 @@ public virtual void LoadFromWagFile(string wagFilePath)
436436
}
437437
}
438438

439-
// Ensure Drive Axles is set to a default if no OR value added to WAG file, assumes that WagonNumAxles only needs to be set on non locomotive cars
439+
// Ensure Drive Axles is set to a default if no OR value added to WAG file
440440
if (WagonNumAxles == 0 && WagonType != WagonTypes.Engine)
441441
{
442442
if (MSTSWagonNumWheels != 0 && MSTSWagonNumWheels < 6)

0 commit comments

Comments
 (0)