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:
Klaus Basan
2018-01-03 20:13:47 +01:00
parent b2c0d726bc
commit 2fb7bde447
10 changed files with 45 additions and 37 deletions

View File

@@ -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);
}