forked from mirror/OpenTTD
(svn r15947) -Codechange: replace uint32 client_ip with NetworkAddress client_address.
This commit is contained in:
@@ -1038,7 +1038,7 @@ bool NetworkMaxSpectatorsReached()
|
||||
*/
|
||||
void NetworkPrintClients()
|
||||
{
|
||||
const NetworkClientInfo *ci;
|
||||
NetworkClientInfo *ci;
|
||||
FOR_ALL_CLIENT_INFOS(ci) {
|
||||
IConsolePrintF(CC_INFO, "Client #%1d name: '%s' company: %1d IP: %s",
|
||||
ci->client_id,
|
||||
|
Reference in New Issue
Block a user