mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
AFV initial commit
This commit is contained in:
committed by
Mat Sutcliffe
parent
7030302e73
commit
b5a2f2ad13
@@ -187,6 +187,9 @@ namespace BlackCore
|
||||
|
||||
void CContextOwnAircraft::resolveVoiceRooms()
|
||||
{
|
||||
// If VVL supported is disabled, do nothing
|
||||
if (true) { return; }
|
||||
|
||||
if (!this->getIContextNetwork() || !this->getIContextAudio() || !this->getIContextApplication()) { return; } // no chance to resolve rooms
|
||||
if (m_debugEnabled) { CLogMessage(this, CLogCategory::contextSlot()).debug() << Q_FUNC_INFO; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user