mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
[FS9] Fixes
* guards like "if (!m_fs9Host.data()) return" * bogus function "sendMultiplayerParts" (at least ot have it in place) * fixed "testSendSituationAndParts"
This commit is contained in:
committed by
Mat Sutcliffe
parent
1d72d89461
commit
41f28ea858
@@ -352,6 +352,11 @@ namespace BlackSimPlugin
|
||||
sendMessage(positionMessage);
|
||||
}
|
||||
|
||||
void CFs9Client::sendMultiplayerParts(const CAircraftParts &parts)
|
||||
{
|
||||
Q_UNUSED(parts)
|
||||
}
|
||||
|
||||
void CFs9Client::sendMultiplayerParamaters()
|
||||
{
|
||||
QByteArray paramMessage;
|
||||
|
||||
Reference in New Issue
Block a user