NULL check

This commit is contained in:
Kai Philipp
2019-09-13 18:21:21 +02:00
parent 9931e499bc
commit a1f9278b4f
+1 -1
View File
@@ -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);
}
}