Skip to content

Commit

Permalink
Automatic merge of T1.5-rc1-36-g95c8cb157 and 11 pull requests
Browse files Browse the repository at this point in the history
- Pull request #570 at 824f96f: Experimental glTF 2.0 support with PBR lighting
- Pull request #630 at 704731a: Sky Color Fix (Addresses Trello Roadmap Card #367 for More accurate sunrise and sunset)
- Pull request #650 at 4dc483a: Renewed Russian translation up to 1.5-rc1 version
- Pull request #652 at 918fdb1: Add button functions to Raildriver
- Pull request #667 at aa5c629: Fix typo in Czech translation of menu
- Pull request #677 at a1dc40b: Correct double heading bug
- Pull request #688 at e44897d: adds Help Icons to Video tab
- Pull request #690 at 3399d4b: Sync turntables and transfertables in multiplayer mode
- Pull request #691 at b2223e4: Removed lines in the RunActivity project file that are no longer used
- Pull request #692 at c82a76d: Italian translation for OR 1.5
- Pull request #693 at 8162969: French locales
  • Loading branch information
openrails-bot committed Aug 21, 2022
13 parents 8c75c51 + 95c8cb1 + 824f96f + 704731a + 4dc483a + 918fdb1 + aa5c629 + a1dc40b + e44897d + 3399d4b + b2223e4 + c82a76d + 8162969 commit fd618fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Orts.Simulation/MultiPlayer/Message.cs
Expand Up @@ -448,7 +448,7 @@ public override string ToString()
for (var i = 0; i < cars.Length; i++)
{
var c = cars[i];
var index = c.LastIndexOf("\\trains\\trainset\\", StringComparison.OrdinalIgnoreCase);
var index = c.LastIndexOf("\\trains\\trainset\\", StringComparison.OrdinalIgnoreCase);
{
c = c.Remove(0, index + 17);
}//c: wagon path without folder name
Expand Down Expand Up @@ -4060,4 +4060,4 @@ public override void HandleMsg()
}

#endregion MSGMovingTbl
}
}

0 comments on commit fd618fa

Please sign in to comment.