Skip to content

Commit b9742e1

Browse files
authored
Remove simplified syntax for 'wheelset'
Was more likely to cause confusion than resolve confusion
1 parent 30e7413 commit b9742e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,6 @@ public virtual void Parse(string lowercasetoken, STFReader stf)
14601460
SlipWarningThresholdPercent = stf.ReadFloat(STFReader.UNITS.None, 70.0f); if (SlipWarningThresholdPercent <= 0) SlipWarningThresholdPercent = 70.0f;
14611461
stf.SkipRestOfBlock();
14621462
break;
1463-
case "wagon(wheelset":
14641463
case "wagon(ortsadhesion(wheelset":
14651464
LocomotiveAxles.Parse(lowercasetoken, stf);
14661465
break;

0 commit comments

Comments
 (0)