From 9931e499bcb4456246a83340817e7f0208cafffe Mon Sep 17 00:00:00 2001 From: Kai Philipp Date: Fri, 13 Sep 2019 17:54:59 +0200 Subject: [PATCH] NULL check --- 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 e711f33d..ca311174 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); // ss.ignore(); // } //tmpSession->GetPlayerData()->SetPlayerLastGames(last_games); -LOG_ERROR("last_games first from vector after db = " << tmpSession->GetPlayerData()->GetPlayerLastGames().front()); +//LOG_ERROR("last_games first from vector after db = " << tmpSession->GetPlayerData()->GetPlayerLastGames().front()); this->AuthChallenge(tmpSession, dbPlayerData.secret); } }