1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-20 13:09:15 +00:00

(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

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 :( */