mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
[FSX/P3D] Log.injected weather METAR string
This commit is contained in:
committed by
Mat Sutcliffe
parent
8d51c42cfc
commit
cb505ae2c7
@@ -2425,6 +2425,7 @@ namespace BlackSimPlugin
|
||||
{
|
||||
// Q_ASSERT_X(metarBa.back() == 0, Q_FUNC_INFO, "Need 0 terminated string");
|
||||
SimConnect_WeatherSetObservation(m_hSimConnect, 0, metarBa.constData());
|
||||
CLogMessage(this).debug(u"Injecting weather: %1") << metar;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user