mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
[FSD] Send incremental parts packets to pilots only
I was just told by Mike and Ross that ACC packets should be sent to 94836 (pilot clients) not 94835 (all clients).
This commit is contained in:
@@ -1054,7 +1054,7 @@ namespace BlackCore::Fsd
|
||||
|
||||
const QString dataStr = convertToUnicodeEscaped(QJsonDocument(QJsonObject { { "config", incrementalConfig } }).toJson(QJsonDocument::Compact));
|
||||
|
||||
sendAircraftConfiguration("@94835", dataStr);
|
||||
sendAircraftConfiguration("@94836", dataStr);
|
||||
m_sentAircraftConfig = currentParts;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user