diff --git a/src/net/common/serverlobbythread.cpp b/src/net/common/serverlobbythread.cpp index 91e0f434..900064d1 100644 --- a/src/net/common/serverlobbythread.cpp +++ b/src/net/common/serverlobbythread.cpp @@ -1819,7 +1819,7 @@ LOG_ERROR("last_games from db = " << dbPlayerData.last_games); if (ss.peek() == ',') ss.ignore(); } - //tmpSession->GetPlayerData()->SetPlayerLastGames(last_games); + tmpSession->GetPlayerData()->SetPlayerLastGames(last_games); //LOG_ERROR("last_games first from vector after db = " << tmpSession->GetPlayerData()->GetPlayerLastGames().front()); this->AuthChallenge(tmpSession, dbPlayerData.secret); }