mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
Clear state of Network VATLIB
This commit is contained in:
@@ -1221,9 +1221,11 @@ namespace BlackCore
|
|||||||
|
|
||||||
void CNetworkVatlib::clearState()
|
void CNetworkVatlib::clearState()
|
||||||
{
|
{
|
||||||
|
m_textMessagesToConsolidate.clear();
|
||||||
m_pendingAtisQueries.clear();
|
m_pendingAtisQueries.clear();
|
||||||
m_lastPositionUpdate.clear();
|
m_lastPositionUpdate.clear();
|
||||||
m_lastOffsetTime.clear();
|
m_lastOffsetTime.clear();
|
||||||
|
m_sentAircraftConfig = CAircraftParts::null();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CNetworkVatlib::clearState(const CCallsign &callsign)
|
void CNetworkVatlib::clearState(const CCallsign &callsign)
|
||||||
|
|||||||
Reference in New Issue
Block a user