mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Ref T215, some adjustments of user object
* remove "valid" from some functions, because no validity is checked * homebase + real name string
This commit is contained in:
@@ -35,7 +35,7 @@ namespace BlackMisc
|
||||
|
||||
bool CClient::isValid() const
|
||||
{
|
||||
return m_user.hasValidCallsign();
|
||||
return m_user.hasCallsign();
|
||||
}
|
||||
|
||||
void CClient::setCapability(bool hasCapability, CClient::Capabilities capability)
|
||||
|
||||
Reference in New Issue
Block a user