diff --git a/MobiFlight/FlightSim.cs b/MobiFlight/FlightSim.cs index d514c03c..84eaf0cb 100644 --- a/MobiFlight/FlightSim.cs +++ b/MobiFlight/FlightSim.cs @@ -85,8 +85,8 @@ static public bool IsAvailable() return true; } - proc = "flightsimulator2024beta"; - // check for msfs2024 tech alpha + proc = "flightsimulator2024"; + // check for msfs2024 if (Process.GetProcessesByName(proc).Length > 0) { FlightSimConnectionMethod = FlightSimConnectionMethod.FSUIPC;