mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
Clarify CSimulatedAircraft method name
This commit is contained in:
@@ -66,7 +66,7 @@ namespace BlackGui::Settings
|
||||
if (textMessage.isRadioMessage())
|
||||
{
|
||||
if (!this->popupFrequencyMessages()) { return false; }
|
||||
if (ownAircraft.isActiveFrequencyWithinChannelSpacing(textMessage.getFrequency())) { return true; }
|
||||
if (ownAircraft.hasComActiveFrequency(textMessage.getFrequency())) { return true; }
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user