mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fixed endian swap for server browser
This commit is contained in:
parent
c93dbcaa53
commit
525dc0a71c
|
@ -588,7 +588,7 @@ static void client_process_packet(NETPACKET *packet)
|
|||
addr.ip[0], addr.ip[1], addr.ip[2],
|
||||
addr.ip[3], addr.port);
|
||||
|
||||
client_serverbrowse_set(addrs+i, 1, &info);
|
||||
client_serverbrowse_set(&addr, 1, &info);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue