bugfix
This commit is contained in:
@@ -462,7 +462,7 @@ ServerGame::StoreLastGames()
|
|||||||
|
|
||||||
|
|
||||||
if(tmpSession){
|
if(tmpSession){
|
||||||
std::vector<long> lastGames = tmpSession->GetPlayerLastGames();
|
std::vector<long> lastGames = tmpSession->->GetPlayerData()->GetPlayerLastGames();
|
||||||
|
|
||||||
if(lastGames)
|
if(lastGames)
|
||||||
//GetLobbyThread().GetDatabase().SetGamePlayerPlace(GetId(), (*i).second.dbid, lastGames);
|
//GetLobbyThread().GetDatabase().SetGamePlayerPlace(GetId(), (*i).second.dbid, lastGames);
|
||||||
|
|||||||
Reference in New Issue
Block a user