mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15:34 +08:00
Send default model string if model is empty
For a strange reason swift was sending its own name and version instead.
This commit is contained in:
@@ -133,6 +133,11 @@ namespace BlackCore
|
||||
static VatSimType convertToSimType(BlackMisc::Simulation::CSimulatorPluginInfo &simInfo);
|
||||
static void networkLogHandler(SeverityLevel severity, const char *message);
|
||||
|
||||
inline QString defaultModelString()
|
||||
{
|
||||
return QStringLiteral("Cessna Skyhawk 172SP");
|
||||
}
|
||||
|
||||
struct JsonPackets
|
||||
{
|
||||
static QJsonObject aircraftConfigRequest();
|
||||
|
||||
Reference in New Issue
Block a user