From 3606875b3dfd9c347ff8fd7e0c00d10e713e2199 Mon Sep 17 00:00:00 2001 From: Kai Philipp Date: Fri, 13 Sep 2019 18:42:24 +0200 Subject: [PATCH] bugfix --- src/net/common/serverlobbythread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/common/serverlobbythread.cpp b/src/net/common/serverlobbythread.cpp index e19b39fa..eebfeb27 100644 --- a/src/net/common/serverlobbythread.cpp +++ b/src/net/common/serverlobbythread.cpp @@ -1820,7 +1820,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().back()); this->AuthChallenge(tmpSession, dbPlayerData.secret); }