File diff r25197:81f87c2b998f → r25198:a701a159e9ab
src/network/network_admin.cpp
Show inline comments
 
@@ -238,7 +238,7 @@ NetworkRecvStatus ServerNetworkAdminSock
 
	p->Send_uint32(ci->client_id);
 
	p->Send_string(cs == nullptr ? "" : const_cast<NetworkAddress &>(cs->client_address).GetHostname());
 
	p->Send_string(ci->client_name);
 
	p->Send_uint8 (ci->client_lang);
 
	p->Send_uint8 (0); // Used to be language
 
	p->Send_uint32(ci->join_date);
 
	p->Send_uint8 (ci->client_playas);