This commit is contained in:
Kai Philipp
2019-09-13 14:47:56 +02:00
parent 06f9fb7fff
commit e6413d143e
+1 -1
View File
@@ -1820,7 +1820,7 @@ LOG_ERROR("lastGames from db = " << dbPlayerData.lastGames);
ss.ignore(); ss.ignore();
} }
tmpSession->GetPlayerData()->SetPlayerLastGames(lastGames); tmpSession->GetPlayerData()->SetPlayerLastGames(lastGames);
LOG_ERROR("lastGames first from vector after db = " << tmpSession->GetPlayerData()->GetPlayerLastGames()); LOG_ERROR("lastGames first from vector after db = " << tmpSession->GetPlayerData()->GetPlayerLastGames().first());
this->AuthChallenge(tmpSession, dbPlayerData.secret); this->AuthChallenge(tmpSession, dbPlayerData.secret);
} }
} }