From e1260038ea10331fe17865eafef76d642ee02bb7 Mon Sep 17 00:00:00 2001 From: Kai Philipp Date: Tue, 10 Sep 2019 20:52:24 +0200 Subject: [PATCH] bugfix --- src/net/common/servergame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/common/servergame.cpp b/src/net/common/servergame.cpp index 50e31edf..60690ac6 100644 --- a/src/net/common/servergame.cpp +++ b/src/net/common/servergame.cpp @@ -462,7 +462,7 @@ ServerGame::StoreLastGames() if(tmpSession){ - std::vector lastGames = tmpSession->GetPlayerLastGames(); + std::vector lastGames = tmpSession->->GetPlayerData()->GetPlayerLastGames(); if(lastGames) //GetLobbyThread().GetDatabase().SetGamePlayerPlace(GetId(), (*i).second.dbid, lastGames);