mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +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(); }
|
||||
this->clearState();
|
||||
m_filterPasswordFromLogin = true;
|
||||
QByteArray callsign = toFSDnoColon(m_loginMode == LoginAsObserver ?
|
||||
m_ownCallsign.getAsObserverCallsignString() :
|
||||
m_ownCallsign.asString());
|
||||
QByteArray callsign = toFSDnoColon(m_ownCallsign.asString());
|
||||
QByteArray name;
|
||||
if (m_loginMode == LoginAsObserver)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user