mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Ref T730, CPP check issues fixed
This commit is contained in:
committed by
Mat Sutcliffe
parent
1d9cd50463
commit
30baa12a86
@@ -879,7 +879,6 @@ namespace BlackCore
|
||||
{
|
||||
if (!m_fsdClient) { return {}; }
|
||||
return m_fsdClient->getPresetValues();
|
||||
return {};
|
||||
}
|
||||
|
||||
CAtcStation CContextNetwork::getOnlineStationForCallsign(const CCallsign &callsign) const
|
||||
|
||||
Reference in New Issue
Block a user