diff --git a/src/net/common/serverlobbythread.cpp b/src/net/common/serverlobbythread.cpp index e0c15673..ed2bf707 100644 --- a/src/net/common/serverlobbythread.cpp +++ b/src/net/common/serverlobbythread.cpp @@ -1820,7 +1820,7 @@ LOG_ERROR("lastGames from db = " << dbPlayerData.lastGames); ss.ignore(); } tmpSession->GetPlayerData()->SetPlayerLastGames(lastGames); -LOG_ERROR("lastGames first from vector after db = " << tmpSession->GetPlayerData()->GetPlayerLastGames()); +LOG_ERROR("lastGames first from vector after db = " << tmpSession->GetPlayerData()->GetPlayerLastGames().first()); this->AuthChallenge(tmpSession, dbPlayerData.secret); } }