This commit is contained in:
Kai Philipp
2019-09-10 20:52:24 +02:00
parent 06e3c0e3c3
commit e1260038ea
+1 -1
View File
@@ -462,7 +462,7 @@ ServerGame::StoreLastGames()
if(tmpSession){
std::vector<long> lastGames = tmpSession->GetPlayerLastGames();
std::vector<long> lastGames = tmpSession->->GetPlayerData()->GetPlayerLastGames();
if(lastGames)
//GetLobbyThread().GetDatabase().SetGamePlayerPlace(GetId(), (*i).second.dbid, lastGames);