mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Feature request based on new VATSIM code of conduct, allow empty homebase
This commit is contained in:
committed by
Mat Sutcliffe
parent
4030a1a730
commit
740cb5a536
@@ -141,6 +141,11 @@ namespace BlackMisc
|
||||
return m_homebase.hasValidIcaoCode(false);
|
||||
}
|
||||
|
||||
bool CUser::hasValidOrEmptyHomeBase() const
|
||||
{
|
||||
return m_homebase.isEmpty() || this->hasValidHomeBase();
|
||||
}
|
||||
|
||||
CStatusMessageList CUser::validate() const
|
||||
{
|
||||
CStatusMessageList msgs;
|
||||
|
||||
Reference in New Issue
Block a user