mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +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:
@@ -49,7 +49,7 @@ namespace BlackMisc
|
||||
{
|
||||
// sync callsigns
|
||||
m_callsign.setTypeHint(CCallsign::Atc);
|
||||
if (!m_controller.hasValidCallsign() && !callsign.isEmpty())
|
||||
if (!m_controller.hasCallsign() && !callsign.isEmpty())
|
||||
{
|
||||
m_controller.setCallsign(m_callsign);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user