mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 15:41:15 +00:00
(svn r7818) -Fix (r7751): wrote some data to the wrong network packet.
This commit is contained in:
parent
f0705977b3
commit
6edd50e722
@ -50,7 +50,7 @@ DEF_UDP_RECEIVE_COMMAND(PACKET_UDP_CLIENT_FIND_SERVER)
|
||||
_network_game_info.spectators_on = NetworkSpectatorCount();
|
||||
_network_game_info.grfconfig = _grfconfig;
|
||||
|
||||
NetworkSend_NetworkGameInfo(p, &_network_game_info);
|
||||
NetworkSend_NetworkGameInfo(packet, &_network_game_info);
|
||||
|
||||
// Let the client know that we are here
|
||||
NetworkSendUDP_Packet(_udp_server_socket, packet, client_addr);
|
||||
|
Loading…
Reference in New Issue
Block a user