(svn r22384) -Fix [FS#4585]: No client error packet was sent to the admin bots

This commit is contained in:
rubidium 2011-04-30 12:09:26 +00:00
parent 1ffd720f81
commit 1c1e9f6941
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ NetworkRecvStatus ServerNetworkGameSocketHandler::CloseConnection(NetworkRecvSta
}
}
NetworkAdminClientError(this->client_id, NETWORK_ERROR_CONNECTION_LOST);
DEBUG(net, 1, "Closed client connection %d", this->client_id);
/* We just lost one client :( */