mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T637, allow 3 letter ICAOs in FP
* strict or lenient airport check * allow to enter 3 letter ICAO codes in FP
This commit is contained in:
@@ -138,7 +138,7 @@ namespace BlackMisc
|
||||
|
||||
bool CUser::hasValidHomeBase() const
|
||||
{
|
||||
return m_homebase.hasValidIcaoCode();
|
||||
return m_homebase.hasValidIcaoCode(false);
|
||||
}
|
||||
|
||||
CStatusMessageList CUser::validate() const
|
||||
|
||||
Reference in New Issue
Block a user