mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Doxygen, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
52ce9f9205
commit
0fa9bcb520
@@ -1049,7 +1049,6 @@ namespace BlackCore
|
||||
const CAtcStationList matchingAtcStations = sApp->getIContextNetwork()->getOnlineStationsForFrequency(f, spacing);
|
||||
const CAtcStation closest = matchingAtcStations.findClosest(1, sApp->getIContextOwnAircraft()->getOwnAircraftSituation().getPosition()).frontOrDefault();
|
||||
|
||||
|
||||
if (fuzzyMatchCallSign(it->name, closest.getCallsign().asString()))
|
||||
{
|
||||
// this is how it should be
|
||||
|
||||
Reference in New Issue
Block a user