Removing superfluous code.

This commit is contained in:
lotodore
2010-09-25 09:07:23 +00:00
parent 7a4b1d2840
commit 5be4818731
-3
View File
@@ -506,9 +506,6 @@ ServerGameStateInit::TimerAdminTimeout(const boost::system::error_code &ec, boos
void
ServerGameStateInit::SendStartEvent(ServerGame &server, bool fillWithComputerPlayers)
{
// Fill up with computer players.
server.ResetComputerPlayerList();
if (fillWithComputerPlayers)
{
int remainingSlots = server.GetGameData().maxNumberOfPlayers - server.GetCurNumberOfPlayers();