diff --git a/src/net/common/serverlobbythread.cpp b/src/net/common/serverlobbythread.cpp index acb658a7..8f636443 100644 --- a/src/net/common/serverlobbythread.cpp +++ b/src/net/common/serverlobbythread.cpp @@ -1359,7 +1359,7 @@ ServerLobbyThread::AuthenticatePlayer(SessionWrapper session) void ServerLobbyThread::UserValid(unsigned playerId, DB_id dbPlayerId, const string &dbSecret) { - InitAfterLogin(m_sessionManager.GetSessionByUniquePlayerId(playerId, true)); + this->AuthChallenge(m_sessionManager.GetSessionByUniquePlayerId(playerId, true), dbSecret); } void