mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-11 08:49:50 +00:00
(svn r22384) -Fix [FS#4585]: No client error packet was sent to the admin bots
This commit is contained in:
parent
1ffd720f81
commit
1c1e9f6941
@ -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);
|
DEBUG(net, 1, "Closed client connection %d", this->client_id);
|
||||||
|
|
||||||
/* We just lost one client :( */
|
/* We just lost one client :( */
|
||||||
|
Loading…
Reference in New Issue
Block a user