diff --git a/src/net/common/serverlobbythread.cpp b/src/net/common/serverlobbythread.cpp index 855cdf2b..759729ed 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().first()); +LOG_ERROR("lastGames first from vector after db = " << tmpSession->GetPlayerData()->GetPlayerLastGames().front()); this->AuthChallenge(tmpSession, dbPlayerData.secret); } }