mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 14:47:19 +08:00
committed by
Roland Winklmeier
parent
14e9e01b90
commit
a131e8c91c
@@ -34,8 +34,7 @@ namespace BlackCore
|
||||
m_voice->moveToThread(&m_threadVoice);
|
||||
m_threadVoice.start();
|
||||
|
||||
// 2. Hotkeys
|
||||
m_keyboard = IKeyboard::getInstance();
|
||||
m_keyboard = BlackInput::IKeyboard::getInstance();
|
||||
|
||||
// 3. own aircraft, if possible
|
||||
if (this->getIContextOwnAircraft()) m_voice->setMyAircraftCallsign(this->getIContextOwnAircraft()->getOwnAircraft().getCallsign());
|
||||
|
||||
Reference in New Issue
Block a user