[FSD] Send login immediately after connecting for legacy FSD server

This commit is contained in:
Roland Rossgotterer
2019-10-24 17:32:07 +02:00
committed by Mat Sutcliffe
parent 2ac58deda1
commit 5af2366575
2 changed files with 11 additions and 0 deletions

View File

@@ -309,6 +309,7 @@ namespace BlackCore
void printSocketError(QAbstractSocket::SocketError socketError);
void handleSocketError(QAbstractSocket::SocketError socketError);
void handleSocketConnected();
void updateConnectionStatus(BlackMisc::Network::CConnectionStatus newStatus);