mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T210, adjusting classes to use new functions
This commit is contained in:
@@ -72,7 +72,7 @@ namespace BlackMisc
|
||||
"C:/Program Files (x86)/Microsoft Games/Microsoft Flight Simulator X",
|
||||
"C:/FSX"
|
||||
});
|
||||
if (!CBuildConfig::isStableBranch())
|
||||
if (CBuildConfig::isLocalDeveloperDebugBuild())
|
||||
{
|
||||
// developer directories
|
||||
someDefaultDirs.push_back("P:/FSX (MSI)");
|
||||
|
||||
Reference in New Issue
Block a user