Ref T546, disable provider for FS9

This commit is contained in:
Klaus Basan
2019-02-25 01:31:05 +01:00
committed by Mat Sutcliffe
parent bfc7ac97c0
commit 0e916864cb

View File

@@ -111,6 +111,9 @@ namespace BlackSimPlugin
m_fs9Host(fs9Host),
m_lobbyClient(lobbyClient)
{
// disabled CG/elevation parts
this->setSimulationProviderEnabled(false, false);
//! \fixme KB 7/2017 change or remove comment when reviewed Could we just use: connect(lobbyClient.data(), &CLobbyClient::disconnected, this, &CSimulatorFs9::disconnectFrom);
connect(lobbyClient.data(), &CLobbyClient::disconnected, this, [ = ]
{