Skip to content

Commit 8ac49ed

Browse files
committed
Realflight 9.5 fix
1 parent 9d1d695 commit 8ac49ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OSDInterface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ internal class OSDInterface
77
private readonly Dictionary<string, string> PROCESS_NAMES = new Dictionary<string, string>()
88
{
99
{"RealFlight64", "RealFlight" },
10-
{"Realflight", "RealFlight" },
10+
{"RealFlight", "RealFlight" },
1111
{"X-Plane", "X-Plane" }
1212
};
1313

0 commit comments

Comments
 (0)