mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Remove _OBS callsign suffix when logging in as observer
ref T428
This commit is contained in:
committed by
Klaus Basan
parent
b9e388ee97
commit
420fc40fb2
@@ -488,9 +488,7 @@ namespace BlackCore
|
|||||||
if (!m_net) { initializeSession(); }
|
if (!m_net) { initializeSession(); }
|
||||||
this->clearState();
|
this->clearState();
|
||||||
m_filterPasswordFromLogin = true;
|
m_filterPasswordFromLogin = true;
|
||||||
QByteArray callsign = toFSDnoColon(m_loginMode == LoginAsObserver ?
|
QByteArray callsign = toFSDnoColon(m_ownCallsign.asString());
|
||||||
m_ownCallsign.getAsObserverCallsignString() :
|
|
||||||
m_ownCallsign.asString());
|
|
||||||
QByteArray name;
|
QByteArray name;
|
||||||
if (m_loginMode == LoginAsObserver)
|
if (m_loginMode == LoginAsObserver)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user