Store date/time when the game ends.

This commit is contained in:
lotodore
2010-08-01 15:21:31 +00:00
parent 772dfd95a0
commit 20028cb07f
3 changed files with 16 additions and 18 deletions
-2
View File
@@ -270,8 +270,6 @@ ServerGame::InternalStartGame()
m_game.reset(new Game(&gui, factory, playerData, GetGameData(), GetStartData(), GetNextGameNum()));
GetLobbyThread().NotifyStartingGame(GetId());
if (GetGameData().gameType == GAME_TYPE_RANKING)
GetLobbyThread().GetDatabase().AsyncCreateGame(GetId(), GetName());
}
void