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 50f4362 commit 44bf0dcCopy full SHA for 44bf0dc
Source/Orts.Formats.OR/ClocksFile.cs
@@ -69,6 +69,7 @@ protected virtual bool TryParse(JsonReader item)
69
switch (item.Path)
70
{
71
case "":
72
+ case "[]":
73
// Ignore these items.
74
break;
75
Source/Orts.Formats.OR/WeatherFile.cs
@@ -47,6 +47,7 @@ protected virtual bool TryParse(JsonReader item)
47
48
49
50
+ case "Changes[]":
51
case "Changes[].":
52
53
0 commit comments