mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T664, allow hyphen in ATC station callsign
This commit is contained in:
@@ -336,6 +336,7 @@ namespace BlackGui
|
||||
|
||||
void CAtcStationComponent::testCreateDummyOnlineAtcStations(int number)
|
||||
{
|
||||
if (!sGui || !sGui->getIContextNetwork()) { return; }
|
||||
if (this->canAccessContext())
|
||||
{
|
||||
sGui->getIContextNetwork()->testCreateDummyOnlineAtcStations(number);
|
||||
|
||||
Reference in New Issue
Block a user