Skip to content

Commit

Permalink
Update process name (best guess)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilenns committed Oct 23, 2024
1 parent 9a7fdda commit c66add1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MobiFlight/FlightSim.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c66add1

Please sign in to comment.