NULL check
This commit is contained in:
@@ -1820,7 +1820,7 @@ LOG_ERROR("last_games from db = " << dbPlayerData.last_games);
|
|||||||
if (ss.peek() == ',')
|
if (ss.peek() == ',')
|
||||||
ss.ignore();
|
ss.ignore();
|
||||||
}
|
}
|
||||||
tmpSession->GetPlayerData()->SetPlayerLastGames(last_games);
|
//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);
|
this->AuthChallenge(tmpSession, dbPlayerData.secret);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user