Mark game as running when start process is initiated.
This commit is contained in:
@@ -288,7 +288,6 @@ ServerGame::InternalStartGame()
|
||||
GuiInterface &gui = GetGui();
|
||||
m_game.reset(new Game(&gui, factory, playerData, GetGameData(), GetStartData(), GetNextGameNum()));
|
||||
|
||||
GetLobbyThread().NotifyStartingGame(GetId());
|
||||
GetDatabase().AsyncCreateGame(GetId(), GetName());
|
||||
InitRankingMap(playerData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user