This commit is contained in:
Kai Philipp
2019-09-11 04:18:42 +02:00
parent 4e695d88af
commit ecf5996135
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -352,7 +352,7 @@ ServerGame::InternalStartGame()
//if (GetGameData().gameType == GAME_TYPE_RANKING)
if(true)
StoreLastGames();
StoreLastGames(playerData);
}
LOG_VERBOSE("before return.");
return playerData;
@@ -451,7 +451,7 @@ ServerGame::StoreAndResetRanking()
}
void
ServerGame::StoreLastGames()
ServerGame::StoreLastGames(const PlayerDataList &playerDataList)
{
// Store players lastgames in database.