mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
[MSFS] Rename FS2020 to MSFS
This commit is contained in:
committed by
Mat Sutcliffe
parent
74679137d1
commit
7e04a2c40f
@@ -2917,9 +2917,9 @@ namespace BlackSimPlugin
|
||||
// FSX drivers only works with FSX
|
||||
return connectedSimName.contains("fsx") || connectedSimName.contains("microsoft") || connectedSimName.contains("simulator x");
|
||||
}
|
||||
else if (pluginSim.isFS2020())
|
||||
else if (pluginSim.isMSFS())
|
||||
{
|
||||
// FS2020 drivers only works with FS2020
|
||||
// MSFS 2020 drivers only works with MSFS
|
||||
return connectedSimName.contains("kittyhawk");
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user