mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Ref T546, disable provider for FS9
This commit is contained in:
committed by
Mat Sutcliffe
parent
bfc7ac97c0
commit
0e916864cb
@@ -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, [ = ]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user