We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1d695 commit 8ac49edCopy full SHA for 8ac49ed
OSDInterface.cs
@@ -7,7 +7,7 @@ internal class OSDInterface
7
private readonly Dictionary<string, string> PROCESS_NAMES = new Dictionary<string, string>()
8
{
9
{"RealFlight64", "RealFlight" },
10
- {"Realflight", "RealFlight" },
+ {"RealFlight", "RealFlight" },
11
{"X-Plane", "X-Plane" }
12
};
13
0 commit comments